Hacker News new | ask | show | jobs
by arunc 2245 days ago
Why so?
1 comments

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.