I am the developer of Summit for Lemmy.

  • 5 Posts
  • 174 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle








  • I guess I have to defend this one. I personally think Typescript is the better language compared to typed Python or Ruby (two comparable languages based on how they are all used). Modern Javascript actually have a lot of nice language features, the only issue is the lack of types. Typescript doesn’t entirely solve the problem but it’s a decent attempt at it. A good typescript repo is decently readable, testable and performant enough for most use cases.