Tag: typesafety
-
TypeScript vs JavaScript : Choosing the Right One
When I first started building websites in 2021, the decision to use JavaScript was an easy one – it was strong, well-documented, had a good community and seemed straightforward. I can recall many late nights debugging runtime errors that could’ve easily been picked up at compile-time, grappling with type coercion, and losing my mind trying…