Click here to Skip to main content
15,904,500 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: Actual Coding - Learning Curve Pin
pmauriks5-Jul-16 13:21
pmauriks5-Jul-16 13:21 
GeneralRe: Actual Coding - Learning Curve Pin
Super Lloyd5-Jul-16 13:27
Super Lloyd5-Jul-16 13:27 
GeneralRe: Actual Coding - Learning Curve Pin
OriginalGriff3-Jul-16 20:35
mveOriginalGriff3-Jul-16 20:35 
GeneralRe: Actual Coding - Learning Curve Pin
den2k883-Jul-16 21:54
professionalden2k883-Jul-16 21:54 
PraiseRe: Actual Coding - Learning Curve Pin
Kornfeld Eliyahu Peter3-Jul-16 20:42
professionalKornfeld Eliyahu Peter3-Jul-16 20:42 
GeneralRe: Actual Coding - Learning Curve PinPopular
BillWoodruff3-Jul-16 21:00
professionalBillWoodruff3-Jul-16 21:00 
GeneralRe: Actual Coding - Learning Curve Pin
BryanFazekas5-Jul-16 2:21
BryanFazekas5-Jul-16 2:21 
GeneralRe: Actual Coding - Learning Curve Pin
Garth J Lancaster3-Jul-16 21:29
professionalGarth J Lancaster3-Jul-16 21:29 
Quote:
P.S. Is there any standardized way to improve at debugging? I'm still trying to learn my way around the VS debugger.


not really, has has been said before - practice .. that being said, when I started out in 'c' etc, command-line stuff on a Unix platform, all we had was 'printf', none of this fancy IDE stuff .. so, I'd suggest, for my 0.02 worth

a) learn how to step through a program looking at variables etc, setting breakpoints
b) learn a logging framework - log4net or similar - avoid printf("At step 1, value of x is ....") throughout your code Smile | :)
c) look at techniques of 'incremental' building of programs/solving problems - test the basic algorithms/classes etc with unit tests etc that way you can be sure your 'base'/foundation is firm before you proceed
d) wether you use command-line or Atlassian SourceTree or GitKraken, as you develop bigger programs, use source control - sure, when you start out, you backup important files/directories as date/time stamped zip files, yes ? but 'rolling back' from these if you mess something up is a pain - so learn and like a Source Control System

above all - read voraciously, have a thirst for knowledge - its not necessarily about the language/framework, its about being able to break problems/issues down into solvable chunks and then modelling them
GeneralRe: Actual Coding - Learning Curve Pin
den2k883-Jul-16 21:44
professionalden2k883-Jul-16 21:44 
GeneralRe: Actual Coding - Learning Curve Pin
Wastedtalent4-Jul-16 1:31
professionalWastedtalent4-Jul-16 1:31 
GeneralRe: Actual Coding - Learning Curve PinPopular
Mycroft Holmes3-Jul-16 21:59
professionalMycroft Holmes3-Jul-16 21:59 
GeneralRe: Actual Coding - Learning Curve Pin
den2k883-Jul-16 22:08
professionalden2k883-Jul-16 22:08 
GeneralRe: Actual Coding - Learning Curve Pin
OriginalGriff3-Jul-16 23:15
mveOriginalGriff3-Jul-16 23:15 
GeneralRe: Actual Coding - Learning Curve Pin
Kornfeld Eliyahu Peter4-Jul-16 1:11
professionalKornfeld Eliyahu Peter4-Jul-16 1:11 
GeneralRe: Actual Coding - Learning Curve Pin
OriginalGriff4-Jul-16 1:23
mveOriginalGriff4-Jul-16 1:23 
GeneralRe: Actual Coding - Learning Curve Pin
PeejayAdams4-Jul-16 2:58
PeejayAdams4-Jul-16 2:58 
GeneralRe: Actual Coding - Learning Curve Pin
KarstenK3-Jul-16 22:22
mveKarstenK3-Jul-16 22:22 
GeneralRe: Actual Coding - Learning Curve Pin
Member 116832514-Jul-16 3:04
Member 116832514-Jul-16 3:04 
GeneralRe: Actual Coding - Learning Curve Pin
Marc Clifton4-Jul-16 9:51
mvaMarc Clifton4-Jul-16 9:51 
GeneralRe: Actual Coding - Learning Curve Pin
BillWoodruff4-Jul-16 11:15
professionalBillWoodruff4-Jul-16 11:15 
GeneralRe: Actual Coding - Learning Curve Pin
kdmote5-Jul-16 8:04
kdmote5-Jul-16 8:04 
GeneralRe: Actual Coding - Learning Curve Pin
Kiriander4-Jul-16 21:40
Kiriander4-Jul-16 21:40 
GeneralRe: Actual Coding - Learning Curve Pin
Harrison Pratt5-Jul-16 1:07
professionalHarrison Pratt5-Jul-16 1:07 
GeneralRe: Actual Coding - Learning Curve Pin
Harrison Pratt5-Jul-16 1:07
professionalHarrison Pratt5-Jul-16 1:07 
GeneralRe: Actual Coding - Learning Curve Pin
Eng. Boniphace Udoya5-Jul-16 1:13
Eng. Boniphace Udoya5-Jul-16 1:13 

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.