|
|
|
|
|
by waynecochran
526 days ago
|
|
I also think it is worthwhile stepping thru working code with a debugger. The actual control flow reveals what is actually happening and will tell you how to improve the code. It is also a great way to demystify how other's code runs. |
|