• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle



  • It should be part of people’s jobs.

    As in, they are expected to do it, and get time to do it. And they probably should work within the publisher… that should probably be some consortium of academic institutions.

    You could easily implement some sortation between the universities and have the “winners” dedicate a day a month for 6 months to do it.


  • == has essentially no use unless you remember some completely arbitrary rules

    If you make sure the types match, like by explicitly converting things on the same line on that example, then you can use it just like if it was ===.

    In fact, there are people that defend that if your code behaves differently when you switch those two operators, your code is wrong. (Personally, I defend that JS it a pile of dogshit, and you should avoid going to dig there.)