Click here to Skip to main content
15,906,081 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: Is debugging a lost art ? Pin
BillWoodruff14-Dec-15 16:20
professionalBillWoodruff14-Dec-15 16:20 
GeneralRe: Is debugging a lost art ? Pin
Matthew Dennis14-Dec-15 4:49
sysadminMatthew Dennis14-Dec-15 4:49 
GeneralRe: Is debugging a lost art ? Pin
Garth J Lancaster14-Dec-15 13:13
professionalGarth J Lancaster14-Dec-15 13:13 
GeneralRe: Is debugging a lost art ? Pin
Matthew Dennis14-Dec-15 16:46
sysadminMatthew Dennis14-Dec-15 16:46 
GeneralRe: Is debugging a lost art ? Pin
Andreas Mertens15-Dec-15 3:42
professionalAndreas Mertens15-Dec-15 3:42 
GeneralRe: Is debugging a lost art ? Pin
sir_download_alot14-Dec-15 20:55
professionalsir_download_alot14-Dec-15 20:55 
GeneralRe: Is debugging a lost art ? Pin
Dan Neely14-Dec-15 5:25
Dan Neely14-Dec-15 5:25 
GeneralRe: Is debugging a lost art ? Pin
RJOberg14-Dec-15 9:37
professionalRJOberg14-Dec-15 9:37 
When I was in HS taking CS we had an entire section on learning to use the debugger. That was because we were taught by someone who knew it was important to understand the entire process no matter the language. Starting with Pascal, then moved into C++, Delphi, Java, etc.
In college, one of the required courses for all CS majors was Logic. Imagine requiring someone know how to think through a problem!

More often than not, when I get called over to help fix someone else's code because it won't run they have done zero debugging. If I ask if they have added breakpoints and stepped through the code all I get is a blank stare like I've grown a second head. Gotten some of them trained because I stopped helping them if they hadn't.

Some of the logic I've seen just hurt my brain. Why on earth would you fire a request to get all the information for a record for each and every page during onload? If you don't need it or it doesn't change, why do you get it again? Are you worried that the database fairy decided to play a prank on you?

Along with debugging, I question if orders of efficiency (Big O notation) are taught. It is like when computers got powerful, all the basics got tossed out the window. Sigh | :sigh:

GeneralRe: Is debugging a lost art ? Pin
Garth J Lancaster14-Dec-15 13:19
professionalGarth J Lancaster14-Dec-15 13:19 
GeneralRe: Is debugging a lost art ? Pin
Andreas Mertens15-Dec-15 3:54
professionalAndreas Mertens15-Dec-15 3:54 
GeneralRe: Is debugging a lost art ? Pin
RJOberg15-Dec-15 4:56
professionalRJOberg15-Dec-15 4:56 
GeneralRe: Is debugging a lost art ? Pin
Erik Burd14-Dec-15 10:38
professionalErik Burd14-Dec-15 10:38 
GeneralRe: Is debugging a lost art ? Pin
Garth J Lancaster14-Dec-15 13:22
professionalGarth J Lancaster14-Dec-15 13:22 
GeneralRe: Is debugging a lost art ? Pin
WoodseyAU14-Dec-15 19:58
WoodseyAU14-Dec-15 19:58 
GeneralRe: Is debugging a lost art ? Pin
maze314-Dec-15 22:16
professionalmaze314-Dec-15 22:16 
GeneralRe: Is debugging a lost art ? Pin
Kiriander14-Dec-15 22:21
Kiriander14-Dec-15 22:21 
GeneralAnyone want to play a bit of SW trivia? Pin
dsuryd13-Dec-15 19:34
dsuryd13-Dec-15 19:34 
GeneralRe: Anyone want to play a bit of SW trivia? Pin
OriginalGriff13-Dec-15 21:06
mveOriginalGriff13-Dec-15 21:06 
GeneralRe: Anyone want to play a bit of SW trivia? Pin
Richard MacCutchan13-Dec-15 21:20
mveRichard MacCutchan13-Dec-15 21:20 
GeneralRe: Anyone want to play a bit of SW trivia? Pin
OriginalGriff13-Dec-15 21:33
mveOriginalGriff13-Dec-15 21:33 
GeneralRe: Anyone want to play a bit of SW trivia? Pin
dsuryd14-Dec-15 6:04
dsuryd14-Dec-15 6:04 
GeneralRe: Anyone want to play a bit of SW trivia? Pin
OriginalGriff14-Dec-15 6:12
mveOriginalGriff14-Dec-15 6:12 
GeneralRe: Anyone want to play a bit of SW trivia? Pin
dsuryd14-Dec-15 7:27
dsuryd14-Dec-15 7:27 
GeneralRe: Anyone want to play a bit of SW trivia? Pin
OriginalGriff14-Dec-15 8:17
mveOriginalGriff14-Dec-15 8:17 
GeneralRe: Anyone want to play a bit of SW trivia? Pin
phil.o13-Dec-15 22:16
professionalphil.o13-Dec-15 22:16 

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.