|
|
|
|
|
by hiphipjorge
1539 days ago
|
|
We've been starting to use Sorbet at Figma and honestly it's been pretty cool! Sorbet is definitely not as good at TypeScript (yet?). It's more verbose, doesn't support things like recursive types and records (shapes are experimental), and it doesn't inspire the same confidence TS does but it's definitely worth it to add it to your codebase if it's big enough! Also, it's fast! I'm in total agreement with the point made in the article. That makes a huge difference in developer UX. |
|