private_messaging comments on Maximizing Your Donations via a Job - LessWrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (57)
It may be under-practised because debugging takes too much time. Writing near bugfree code is the only way to get something done in a short timeframe.
My experience is that writing bug-free code typically takes up additional time in other ways.
Yes, nothing comes for free, of course... but it seems to me that with careful coding one can massively decrease bug rate while spending only little extra time. Debuggers make bug finding much easier but not so much faster. Coding carefully also feels very difficult out of proportion how slower it is.