RE: The Source Code
- Posted by Bernie Ryan <xotron at localnet.com> Feb 11, 2002
- 465 views
kbochert at ix.netcom.com wrote: > > My personal tips: > 1) Don't try to understand all the code. Concentrate on > the parts that involve your modification. > 2) Don't try to understand all the code involved in your > modification. Most of it is nit-picking detail. > 3) Don't try to understand the code by reading it. Add > printf debugging statements and observe what it does > when running. > 4) Don't try to understand the code right now. Expect to > 'add dbg statements-compile-observe results' hundreds > of times before enlightenment comes. Karl: Thanks very much Karl for the tips. Bernie