Click here to Skip to main content
15,892,161 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.

 
GeneralRe: How often do you like to compile? Pin
Mycroft Holmes12-Sep-19 13:30
professionalMycroft Holmes12-Sep-19 13:30 
GeneralRe: How often do you like to compile? Pin
Member 916705712-Sep-19 21:04
Member 916705712-Sep-19 21:04 
GeneralRe: How often do you like to compile? Pin
KateAshman13-Sep-19 0:28
KateAshman13-Sep-19 0:28 
GeneralRe: How often do you like to compile? Pin
BryanFazekas13-Sep-19 1:07
BryanFazekas13-Sep-19 1:07 
GeneralRe: How often do you like to compile? Pin
maze313-Sep-19 2:46
professionalmaze313-Sep-19 2:46 
GeneralRe: How often do you like to compile? Pin
agolddog13-Sep-19 3:26
agolddog13-Sep-19 3:26 
GeneralMaintenance vs New Feature Pin
Davie2124013-Sep-19 4:15
Davie2124013-Sep-19 4:15 
GeneralRe: How often do you like to compile? Pin
Member 1409260513-Sep-19 5:31
Member 1409260513-Sep-19 5:31 
When I was young and unexperienced, it was more like a lottery whether my code would run or crash. Knowing that on a subconcious level, I didn't want to be reminded of how unexperienced I was, rarely compiled and never debugged unless there actually was a bug. But finding the bugs I produced sometimes took more than twice as much time as it took to produce them, and I believe some of them were never even found by anyone at all.

Today, with more than 20 years of experience, when writing production-level code (so this doesn't go for clickdummies etc.), I want to be aware of my code quality at any time, which means I compile and run *very* often and execute all newly written code in the debugger step by step, having a look at the state of all objects and local variables involved. So lottery no more!

This significantly decreases my development speed, by let's say factor 3, while increasing my code quality by factor 2 only. But(!!) economically, this is still sensible bc it spares the quality assurance and technical support people some effort and prevents customers from running away due to poor code quality and frequent crashes.
GeneralRe: How often do you like to compile? Pin
patbob13-Sep-19 5:42
patbob13-Sep-19 5:42 
GeneralRe: How often do you like to compile? Pin
E. Anderson3-Oct-19 17:51
E. Anderson3-Oct-19 17:51 
GeneralWho else does this? (Everyone, right?) Pin
Sander Rossel12-Sep-19 2:01
professionalSander Rossel12-Sep-19 2:01 
GeneralRe: Who else does this? (Everyone, right?) Pin
Slacker00712-Sep-19 2:10
professionalSlacker00712-Sep-19 2:10 
GeneralRe: Who else does this? (Everyone, right?) Pin
Sander Rossel12-Sep-19 2:32
professionalSander Rossel12-Sep-19 2:32 
GeneralRe: Who else does this? (Everyone, right?) Pin
Dan Neely12-Sep-19 2:35
Dan Neely12-Sep-19 2:35 
GeneralRe: Who else does this? (Everyone, right?) Pin
musefan12-Sep-19 3:11
musefan12-Sep-19 3:11 
GeneralRe: Who else does this? (Everyone, right?) Pin
Sander Rossel12-Sep-19 3:12
professionalSander Rossel12-Sep-19 3:12 
GeneralRe: Who else does this? (Everyone, right?) Pin
Ron Anders12-Sep-19 3:14
Ron Anders12-Sep-19 3:14 
GeneralRe: Who else does this? (Everyone, right?) Pin
Sander Rossel12-Sep-19 3:14
professionalSander Rossel12-Sep-19 3:14 
GeneralRe: Who else does this? (Everyone, right?) Pin
musefan12-Sep-19 3:24
musefan12-Sep-19 3:24 
GeneralRe: Who else does this? (Everyone, right?) Pin
#realJSOP12-Sep-19 3:50
mve#realJSOP12-Sep-19 3:50 
GeneralRe: Who else does this? (Everyone, right?) Pin
CodeWraith12-Sep-19 3:50
CodeWraith12-Sep-19 3:50 
GeneralRe: Who else does this? (Everyone, right?) Pin
Fever90512-Sep-19 3:59
professionalFever90512-Sep-19 3:59 
GeneralRe: Who else does this? (Everyone, right?) Pin
raddevus12-Sep-19 4:11
mvaraddevus12-Sep-19 4:11 
GeneralRe: Who else does this? (Everyone, right?) Pin
Sander Rossel12-Sep-19 4:22
professionalSander Rossel12-Sep-19 4:22 
GeneralRe: Who else does this? (Everyone, right?) Pin
kmoorevs12-Sep-19 5:11
kmoorevs12-Sep-19 5:11 

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.