Hacker News new | ask | show | jobs
by yonixw 2600 days ago
He cite Linus, who says that not using debugger result in longer time to market. which is good for Linux in his mind. How is this convincing for me?

Anyway, imagine a detective trying to figure out a murder scene without going through it step by step. Of-curse with experience come speed. So, weird flex but OK. I will still prefer C# over any language just because the debugger in Visual Studio is amazing!

After re-reading the article, I see it as another "Just code better" which hopefully will make it easy to pinpoint the bug just from the problem itself. In complex system with a lot of feedback loops, It's nearly impossible without debugging or using logs (which for me are just serialized debugger).