It's probably time to stop recommending Clean Code @ Things Of Interest
realharo @ realharo @lemm.ee Posts 0Comments 304Joined 2 yr. ago
realharo @ realharo @lemm.ee
Posts
0
Comments
304
Joined
2 yr. ago
Deleted
Permanently Deleted
It's not nitpicking, stuff like this is far more impactful than choosing between 5 lines vs 10 lines long methods, or whether the
hasExtraCommissions
"if
" belongs inside or outside ofcalculateExtraCommissions
. This kind of thing should immediately jump out at you as a red flag when you're reading code, it's not something to handwave away as a detail.