On Mon, 29 Apr 2013 04:45:08 +0100, The Natural Philosopher
<t...@invalid.invalid> wrote:
>On 29/04/13 03:42, Doug Miller wrote:
>> Scott Johnson <
noon...@chalupasworld.com> wrote in news:klk9mf$ce8$1@dont-
>>
email.me:
>>
>>> I understand what NP is saying though. I have revisited code I wrote
>>> years ago. I know I must of been in 'the zone', because some of the
>>> algorithms (some) where just short of brilliant and trying to figure out
>>> what I was thinking without comments (kind of wipes out the brilliant
>>> part I know), was like an outer body experience.
>> And that is why I *always* comment code whose purpose is not immediately obvious: self-
>> defense. Even with a large applications group, you still wind up maintaining a lot of your own
>> code, maybe years later: "Hey, who wrote this module? Doug did? OK, Doug, you get to do
>> this enhancement." Never mind the fact that Doug is now the sysadmin, and hasn't worked in
>> apps development for five years... Naah, that'd never happen... Would it?
>I think what happens with me anyway, is that after a while I have more
>or less the whole structure and design in my head, and coding is just a
>matter of writing the mental picture in the language. The temptations is
>to do that but IF the actual concept is flawed or its got lost in
>translation its vile to debug without the comments.
>
>Often I will write the pseudo code as a comment and see if the code
>actually corresponds..
the code between the comments.
overall flow without being bothered by little syntax details. It also
manageable and logical pieces. Then when it's done the code is already
am always glad when I have done so.