in reply to Re: Programming *is* much more than "just writing code".
in thread Programming *is* much more than "just writing code".
A thought experiment; what if I changed a few words in your post?
Looking at some code I wrote six months ago I came across the following lines:
if (in_delete_grace_period()) { ... } adjust_time( $check ) if last_order_needs_time_adjustment(); determine_status() unless $errors;
I was able to dive right in to what is going on with the code without reading any comments.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Programming *is* much more than "just writing code".
by Rhandom (Curate) on May 08, 2007 at 23:14 UTC | |
by chromatic (Archbishop) on May 09, 2007 at 00:05 UTC | |
by bart (Canon) on May 09, 2007 at 12:05 UTC | |
by demerphq (Chancellor) on May 09, 2007 at 12:30 UTC | |
by polettix (Vicar) on May 09, 2007 at 16:18 UTC | |
by robot_tourist (Hermit) on May 09, 2007 at 07:48 UTC |