# While coding, when in doubt, prefer verbosity One-liners don't do any good apart boost misplaced ego. Use more lines if it makes the code easier to understand. The simpler it looks, the better. Your future self will thank you Anyone with basic coding knowledge should be able to read your code without struggling. Avoid syntactic sugar and ternary operators as well as implicit code blocks. Those hinder readability for limited benefits.