|
|
|
|
|
by igouy
1437 days ago
|
|
( cont. from https://news.ycombinator.com/item?id=31999774 ) > … no algorithm that can identify all dead code reliably… Why were you so concerned with the removal of all dead code? Compared to "… nobody had the source code…" it seems like a minor issue. |
|
imo the more usual concern would be mistakenly removing code that was not dead.
Without a design document, we might think there would be no senders of #factorial without understanding that the intention was to invoke that method on the command line.
For example,
So instrumenting methods and logging — https://stackoverflow.com/a/162719