|
|
|
|
|
by hntemp18181
952 days ago
|
|
> These days, I don't even think about it When I read this, I assumed you meant "I don't even think about heavily structuring and documenting my code". And my intuition (after 14 yoe or so) is that this is correct. Heavy structure for a greenfield area is a premature optimization. And comments are only for expressing what can't be expressed using code or other tools. I'd say if you need _heavy_ comments you've chosen the wrong tool for the job. Then again, maybe I'm just not smart enough to anticipate the right levels of abstraction on the first go. |
|