|
|
|
|
|
by zingar
175 days ago
|
|
Very curious to hear about the specific cases where types make tests unnecessary. 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. |
|
(I also work in a 40m+ loc non-rails ruby codebase that is almost entirely typed with Sorbet.)