Y
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
arunc
2245 days ago
Why so?
link
entropicdrifter
2245 days ago
You shouldn't need to reverse-engineer your own program just to understand the code you wrote yourself.
link
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