Hacker News new | ask | show | jobs
by samatman 2116 days ago
The convention in our codebase is quite simple: only use `_` as a name if you will ignore that parameter or value, and always use `_` when you will ignore that parameter or value.