3
Cruiser
7y

It peeves me off when I see JavaScript written with C# style conventions and no ;

Comments
  • 0
    I didn't even knew JS allowed not to use ; , and I think the library I embed in my C++ stuff doesn't allow me to forget them...
  • 0
    It's not good practice for sure. The JS engine will try to guess where they should go before it runs the code. It can lead to hard to find bugs.
Add Comment