No Comments Please!
The Motivation:
Let's say, you see this code:
// Wake the minion up if he's sleeping
if ( minion.getStatus() == 2 ) {
minion.wakeUp();
}
Without the comment, it's probably not quite obvious what the integer "2" means!And rather than having to re...
ronit.hashnode.dev3 min read