Hacker News new | ask | show | jobs
by entropicdrifter 2245 days ago
You shouldn't need to reverse-engineer your own program just to understand the code you wrote yourself.
2 comments

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.