from Hacker News

The Ten Rules of a Zen Programmer

by kettunen on 4/23/22, 4:37 PM with 2 comments

  • by bcrl on 4/23/22, 11:32 PM

    To that I would add the following: trust no one, including yourself. I might think I know what the code is doing, but in the real world I know that I can, have been and will be wrong from time to time.

    But nothing beats the satisfaction of getting code working after 2 weeks of building new tools to help debug a really wonky corner case.

  • by Jeff_Brown on 4/23/22, 6:53 PM

    Good advice, not very programming-specific.