(no title)
__float | 2 months ago
It does occasionally require structuring your code differently, but I find the type-system-encouraged approach often gives a more elegant and harder-to-misuse interface in the end.
__float | 2 months ago
It does occasionally require structuring your code differently, but I find the type-system-encouraged approach often gives a more elegant and harder-to-misuse interface in the end.
prh8|2 months ago
ezekg|2 months ago
zingar|2 months ago
I spend my working life swapping between Ruby and typescript projects and the typescript project is utter garbage with poor test coverage that needs a day of human QA for every build whereas the Ruby project is well tested such that we know that CI passing means it’s good to be released.
qaisjp|2 months ago
(I also work in a 40m+ loc non-rails ruby codebase that is almost entirely typed with Sorbet.)