Click here to Skip to main content
15,890,741 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: Learning a big new codebase Pin
Mark_Wallace1-Nov-16 12:33
Mark_Wallace1-Nov-16 12:33 
GeneralRe: Learning a big new codebase Pin
Zebedee Mason1-Nov-16 23:10
Zebedee Mason1-Nov-16 23:10 
GeneralRe: Learning a big new codebase Pin
Slacker0071-Nov-16 23:45
professionalSlacker0071-Nov-16 23:45 
GeneralRe: Learning a big new codebase Pin
rtischer82772-Nov-16 2:49
rtischer82772-Nov-16 2:49 
GeneralRe: Learning a big new codebase Pin
Kirk 103898212-Nov-16 3:30
Kirk 103898212-Nov-16 3:30 
GeneralRe: Learning a big new codebase Pin
englebart2-Nov-16 3:34
professionalenglebart2-Nov-16 3:34 
GeneralRe: Learning a big new codebase Pin
William Peets2-Nov-16 3:57
William Peets2-Nov-16 3:57 
GeneralRe: Learning a big new codebase Pin
Shmoken992-Nov-16 5:51
Shmoken992-Nov-16 5:51 
In GREP we trust. Use GREP, find in files, or find usages to see all the references to a particular class and it's public methods.

Start the new dev with a small task - a bug fix or minor enhancement. Then have the new dev document every class and method that contributes in some way to the scenario. Have the new dev document every other class and method that depends on the code that is changed, all the way up to the UI or interface.

Also, I absolutely concur with the idea of debugging and examining the stack. If unit tests and integration tests are available then run these in the debugger. If a developer went to the trouble to write unit tests, then it must be important.
GeneralRe: Learning a big new codebase Pin
Ralph Little2-Nov-16 6:17
Ralph Little2-Nov-16 6:17 
GeneralRe: Learning a big new codebase Pin
Gerry Schmitz2-Nov-16 7:02
mveGerry Schmitz2-Nov-16 7:02 
GeneralRe: Learning a big new codebase Pin
Hamza Ahmed Zia2-Nov-16 19:26
Hamza Ahmed Zia2-Nov-16 19:26 
GeneralRe: Learning a big new codebase Pin
mbb012-Nov-16 23:24
mbb012-Nov-16 23:24 
GeneralRe: Learning a big new codebase Pin
AndrewDavie2-Nov-16 23:53
AndrewDavie2-Nov-16 23:53 
GeneralRe: Learning a big new codebase Pin
hpcoder23-Nov-16 17:36
hpcoder23-Nov-16 17:36 
GeneralWired magic... Pin
Kornfeld Eliyahu Peter31-Oct-16 21:55
professionalKornfeld Eliyahu Peter31-Oct-16 21:55 
GeneralRe: Wired magic... Pin
Chris C-B31-Oct-16 22:38
Chris C-B31-Oct-16 22:38 
GeneralRe: Wired magic... Pin
glennPattonWork331-Oct-16 23:30
professionalglennPattonWork331-Oct-16 23:30 
GeneralRe: Wired magic... Pin
OriginalGriff31-Oct-16 23:34
mveOriginalGriff31-Oct-16 23:34 
JokeRe: Wired magic... Pin
Kornfeld Eliyahu Peter1-Nov-16 0:02
professionalKornfeld Eliyahu Peter1-Nov-16 0:02 
GeneralRe: Wired magic... Pin
OriginalGriff1-Nov-16 0:09
mveOriginalGriff1-Nov-16 0:09 
GeneralRe: Wired magic... Pin
glennPattonWork31-Nov-16 0:12
professionalglennPattonWork31-Nov-16 0:12 
GeneralRe: Wired magic... Pin
glennPattonWork31-Nov-16 0:11
professionalglennPattonWork31-Nov-16 0:11 
GeneralRe: Wired magic... Pin
S Houghtelin1-Nov-16 1:13
professionalS Houghtelin1-Nov-16 1:13 
GeneralRe: Wired magic... Pin
Daniel Pfeffer1-Nov-16 1:48
professionalDaniel Pfeffer1-Nov-16 1:48 
GeneralRe: Wired magic... Pin
glennPattonWork31-Nov-16 1:54
professionalglennPattonWork31-Nov-16 1:54 

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.