19
Comments
  • 1
    If that guy could come over and just sorta inject it into all my existing projects that would be a great start for me ....

    Cuz right now I'm in 'aint nobody got time for that' land...
  • 1
    "Ok, so let's see... yeah... no... all of this needs to be cleansed with fire"
  • 1
    I’m the TS guy on the team. Devs don’t like adding types because the IDE shows hints. I always tell the other devs during review. “Stop doing it JS style. You have to stop destructuring as a shorthand for variable assignments unless you are going to add the types.”

    I ask them to add a type somewhere that seems like a trivial inference and suddenly they see that the type is obviously IFoobar|undefined . Your ide hint didn’t help there did it?
Add Comment