Hacker News new | ask | show | jobs
by slezyr 2245 days ago
Print-debug you program before it's even compiled and even have a bug is a bag idea.
1 comments

Why so?
You shouldn't need to reverse-engineer your own program just to understand the code you wrote yourself.
I salute those who never have to debug their own code :-)
Apparently it is a common Go pattern to discover which interfaces a type implements.