Re: How to understand huge code
- From: "Phlip" <phlip2005@xxxxxxxxx>
- Date: Sat, 15 Mar 2008 20:02:21 -0700
Jack.Thomson.v3 wrote:
I am working with C,C++ since past 1.5 years, I am also pretty good in
writing small programs. But when it comes to understanding big
projects, (Ex: Say I want to contribute in a open source storage
product) I feel very difficult understanding the complete code flow.
Any help on the approach, how to understand huge projects code.
Read its unit tests, make a copy of the program, add new unit tests, and try
to add a feature to that copy.
Any other system is just a "prosthetic goal". A goal to guess how well you'd
do adding a feature.
If the code has no unit tests, ask "why" three times!
--
Phlip
.
- References:
- How to understand huge code
- From: Jack . Thomson . v3
- How to understand huge code
- Prev by Date: Re: How to understand huge code
- Next by Date: Re: "STL from the Ground Up"
- Previous by thread: Re: How to understand huge code
- Next by thread: Re: How to understand huge code
- Index(es):
Relevant Pages
|