maratonusp / contestwatcher

A telegram bot for checking upcoming contests
MIT License
55 stars 16 forks source link

strict mode to avoid simple mistakes #22

Open gabrielrussoc opened 6 years ago

gabrielrussoc commented 6 years ago

strict mode is very handy in preventing simple mistakes, so we should use it in every script

for more info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode

gabrielrussoc commented 6 years ago

32 is a very good example of why this is needed