6

I love python. But in JS I hate it when I do a lot of nesting then end up missing a bracket. That shit is crazy. Python you just need to see the indentation. Very easy to debug.

Comments
  • 4
    That's why you properly indent in every language.
  • 1
    Yep, indentation is not just a language property
  • 0
    I just get the editor to auto Ident js code just in case I did forget something, couldn't be easier
Add Comment