Click here to Skip to main content
15,887,683 members

Learning a big new codebase

Source: CodeProject     Posted by Kent Sharkey    Tuesday, November 1, 2016 6:00pm    
"You can't get there from here"

Do you have any recommended strategies for a junior developer when attempting to learn a large new codebase?



Back to all news items

 
GeneralTry to get it to run. Pin
clawton2-Nov-16 8:17
clawton2-Nov-16 8:17 
If you're talking about a big code base, odds are it requires some set up. Make the junior developer figure out how to set it up in a development environment. If the code doesn't work, have them try to figure out why. Figuring out why something doesn't work can involve reading logs, reading and even stepping through code.

If they successfully get a system to run, there is tremendous value in knowing what it took.
GeneralJust do it Pin
Terence Wallace2-Nov-16 5:14
Terence Wallace2-Nov-16 5:14 

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.