I'll explain, when I've been working on something for a while in coding and then I release it, I find myself reluctant to put comments in the code, I know it's good practice etc. I'll tell you why, a long time ago I posted a source on 'another forum' and it got ripped to pieces, ever since when I post code I don't comment it for that reason, it makes it less easy for anyone not knowing the language to rip/leech bits of the code. It also encourages people to learn the language.
Anyone else do this? Just a random poll really lol.
i don't really do it for that reason (probably because i've never had that happen to me). i never write comments initially though, always after i'm done with coding. weird habbit.