10
spooky
7y

Let’s play a programmer game. Every time you see a missing semicolon in JavaScript take a shot of coffee.

Comments
  • 5
    There are no "missing" semicolons in JS ;)
  • 1
    I'm doing the same thing but with Python and with alcohol instead of coffee.
  • 1
    @Lahsen2016 Sorry didn't saw the entirety your comment! I would die if I took a shot for every missing semicolon whenever I switch to C or Java temporarily after working with Python for too long.

    Edit: Correction, you can't work with Python for _too long_ :)
  • 1
    I'd just install prettier and not die of liver failure tyvm
  • 0
    Not even when I was in the lower levels of noobness did I have "missing semicolons"...is this really a thing?
  • 1
    @AleCx04 I never had that issue before I started switching between languages regularly (like Python) :)
  • 0
    @Python not even then. I switch constantly between php, Python, js, Java, Ruby and swift and I have yet to forget to put a semicolon or put them in languages where they do not go.
  • 0
    @AleCx04 it doesn’t happen frequently to me, but a few of my coworkers do it sometimes in the JS files. The reason it tends to happen a lot is because JS doesn’t complain about a missing semicolon and silently fixes it, so the programmer who forgot it can’t easily be reminded
Add Comment