Hacker News new | ask | show | jobs
by MichaelCrawford 4135 days ago
I wish I had known what C's assert() macro was. I spent a lot of useless time in debuggers. While assert() won't replace a debugger, using assertions reduces the need for tedious debugging.
1 comments

I love how everyone is all about life lessons, and here you are talking about asserts :)