16

Now this is cute.

Comments
  • 2
    I wish I had someone to teach :(
  • 4
    I love some of my colleagues. They are so cute sometimes. We are always pushing each other to get better. 💕
    Probably the only reason I want to stay at my current workplace.
  • 4
    (variable === true)
    teach him not to do that pls
  • 0
    @kescherRant I mean it can be useful.
  • 4
    Probably some pirates related discord I assume ;)
  • 0
    @kescherRant dont to type safe boolean true check? Why not?
  • 1
    @RagingCodeChimp In that scenario, it's useless. It *can* have merits for variables with multiple types, but is usually not necessary and looks bad. My opinion on this though, is that I hate tslint's strict-equals rule. Don't tell them not to use it, teach them when it is and isn't necessary
  • 1
    @RagingCodeChimp I hate people that to this everytime!
    There are opportunities to do so, but usually not
  • 0
    Guess ive just been burned by both js and php too many times 😉
  • 1
    @kescherRant I don't think there are functionally identical methods to this. variable == true would be redundant, but with === there's no other way than to type it out.
Add Comment