Y
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
WalterBright
2245 days ago
I salute those who never have to debug their own code :-)
link
pjmlp
2245 days ago
Apparently it is a common Go pattern to discover which interfaces a type implements.
link