Type safety but at which cost?
Type safety, while important, can be overrated and lead to over-engineering. In this post, I share my thoughts on the topic.
Tags
Type safety, while important, can be overrated and lead to over-engineering. In this post, I share my thoughts on the topic.
We started using Sorbet to add types to Galaxy's codebase . Types are great to catch type-related issues statically, and prevent them from blowing up on production. This tiny blog-post contains my impressions using it for the first time: So…