8

According to people here, ternary operators. I don't care what I'm doing, if I can use a ternary operator instead of an if, get ready for it!
I guess implicit brackets on conditionals and for loops if it's a single line. Anything that saves me typing boilerplate, but it's still readable, I'm gonna do it.

Comments
  • 0
    Im with you, especially on the last sentence.
    I like to make my code a little bit table like when it applies, eg switches/if-elif chains, js objects , etc
    Its much more space efficient and more readable at the same time.
Add Comment