|
|
|
|
|
by clanky
172 days ago
|
|
> Adding static typing to a dynamic language mostly gives you the disadvantages of both, without a lot of benefits. As an engineer at a firm doing heavy duty data pipelines and internal tooling in a Sorbet-ified codebase, I disagree pretty strongly. While Sorbet type signatures are never going to win a syntax beauty contest, they are more than worth their weight in the way I can rely on them to catch typing and nilability goofs, and often serve as helpful documentation. Meanwhile, the internal code of most functions I write still looks like straight Ruby, fluent and uncluttered. A good CI story that leans on tapioca was crucial here for us. |
|