Boolean return, complex conditions, and more… — In a programmer's life, one gets nuked by tons of advice: complex patterns, OOP, Reactive, etc. But sometimes we can really improve by focusing on the simplest things. Booleans are often underestimated, but they play an important role in bad habits, code smells, and low quality in general. 1. Boolean Return Unless your…