• 0 Posts
  • 5 Comments
Joined 2 years ago
Cake day: January 19th, 2024

  • A PR fixing all those issues was merged.

    They used “they” when referring to a person, and “it” when referring to a process (the author used “he” when referring to a process calling another process, when he should have used “it.”)




  • Oh, so what you’re describing is strong typing. I thought it was a unique feature of Ocaml. But in reality, any strong-typed language will have this as well.

    And yeah, Typescript merely “suggests” typing, and it will allow you to build the project even if you ignore the type errors. A build system refusing to, well, build, if there are typing errors usually takes care of this, but again, the dev team may as well not implement this.