Click here to Skip to main content
15,890,557 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: What's your quickest/lightest way to try a code? PinPopular
musefan3-Jun-20 21:19
musefan3-Jun-20 21:19 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Sander Rossel3-Jun-20 22:15
professionalSander Rossel3-Jun-20 22:15 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Nand324-Jun-20 0:36
Nand324-Jun-20 0:36 
GeneralRe: What's your quickest/lightest way to try a code? Pin
musefan4-Jun-20 2:03
musefan4-Jun-20 2:03 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Nand324-Jun-20 3:25
Nand324-Jun-20 3:25 
GeneralRe: What's your quickest/lightest way to try a code? Pin
#realJSOP4-Jun-20 6:10
mve#realJSOP4-Jun-20 6:10 
GeneralRe: What's your quickest/lightest way to try a code? Pin
ISanti5-Jun-20 2:45
ISanti5-Jun-20 2:45 
GeneralRe: What's your quickest/lightest way to try a code? Pin
agolddog5-Jun-20 2:49
agolddog5-Jun-20 2:49 
Ha, this reminds me of the HPCs I work with.

When I got here, they were developing a web service API for various things. Their strategy was to deploy to test, and hit the web service, then retrieve logs from the test server and plow through them looking for errors, and/or review the results in the app that worked those kinds of data (for saving methods).

Invariably, the logging wouldn't be sufficient for some problem, so they'd add more, re-deploy, etc, etc. Of course, since "branching is too hard," this also means that potentially broken code is checked in, so it could be deployed to test.

These web services were part of a webapp solution. So, I put a 'Test' area in there, and built some views to let them pick the API method they wanted to run, displaying some inputs appropriate to that method, and throwing the results up on the screen. Allowed me to debug the code in VS instead of having to read logs, and test locally.

These guys looked at me as if I was from the moon. Sigh.

AnswerRe: What's your quickest/lightest way to try a code? Pin
Garth J Lancaster3-Jun-20 21:19
professionalGarth J Lancaster3-Jun-20 21:19 
AnswerRe: What's your quickest/lightest way to try a code? Pin
Wastedtalent3-Jun-20 21:28
professionalWastedtalent3-Jun-20 21:28 
AnswerRe: What's your quickest/lightest way to try a code? Pin
Richard MacCutchan3-Jun-20 22:31
mveRichard MacCutchan3-Jun-20 22:31 
AnswerRe: What's your quickest/lightest way to try a code? Pin
Jacquers3-Jun-20 22:34
Jacquers3-Jun-20 22:34 
AnswerRe: What's your quickest/lightest way to try a code? PinPopular
Dar Brett3-Jun-20 22:45
Dar Brett3-Jun-20 22:45 
GeneralRe: What's your quickest/lightest way to try a code? Pin
vKaras4-Jun-20 23:32
vKaras4-Jun-20 23:32 
GeneralRe: What's your quickest/lightest way to try a code? Pin
siliconvideo5-Jun-20 4:58
siliconvideo5-Jun-20 4:58 
AnswerRe: What's your quickest/lightest way to try a code? Pin
Phil.Benson3-Jun-20 22:47
professionalPhil.Benson3-Jun-20 22:47 
AnswerRe: What's your quickest/lightest way to try a code? Pin
CPallini3-Jun-20 23:22
mveCPallini3-Jun-20 23:22 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Richard MacCutchan3-Jun-20 23:49
mveRichard MacCutchan3-Jun-20 23:49 
GeneralRe: What's your quickest/lightest way to try a code? Pin
CPallini4-Jun-20 0:16
mveCPallini4-Jun-20 0:16 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Richard MacCutchan4-Jun-20 0:23
mveRichard MacCutchan4-Jun-20 0:23 
JokeRe: What's your quickest/lightest way to try a code? Pin
kalberts4-Jun-20 1:11
kalberts4-Jun-20 1:11 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Richard MacCutchan4-Jun-20 1:21
mveRichard MacCutchan4-Jun-20 1:21 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Eddy Vluggen4-Jun-20 2:14
professionalEddy Vluggen4-Jun-20 2:14 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Kornfeld Eliyahu Peter4-Jun-20 3:06
professionalKornfeld Eliyahu Peter4-Jun-20 3:06 
GeneralRe: What's your quickest/lightest way to try a code? Pin
Member 133016794-Jun-20 21:37
Member 133016794-Jun-20 21:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.