|
|
|
|
|
by tomp
2418 days ago
|
|
Bad code is code smell. In this particular case, people (like me) would wonder, "what's the point" and then go searching for the details of how `cat` and `wc` work, assuming that there's might be a reason the original developer wrote this code, as opposed to the simpler `wc -l` (i.e. Chesterton's Fence). |
|