Ask HN: How you get familiar with a codebase fast?
Hello All,
I was just curious, what are the strategy you follow to understand a codebase. May be you have specific way to do it. I would like to know it. And I think it will help others also to improve.
Thanks in advance.
10 comments
[ 3.1 ms ] story [ 36.1 ms ] threadhttp://thread.gmane.org/gmane.linux.kernel.mmc/4248/focus=44...
http://www.amazon.com/Working-Effectively-Legacy-Michael-Fea...
I write new tests in any area I'm going to be working in.
Available books by Steve Litt: http://www.troubleshooters.com/bookstore/index.htm
A nice book package, I recommend these to every developer I meet: http://www.troubleshooters.com/bookstore/recession_package_a...
His website isn't pretty, but the content is golden.
Just try to see which context the stuff is supposed to execute under, what problems it solves - from there the code is easy.