Jon Aquino's Mental Garden

Engineering beautiful software jon aquino labs | personal blog

Friday, March 05, 2021

Love static typing

I'm currently working in an all-TypeScript codebase, and have also recently been working in Go, and I must say I'm really loving static typing, especially compared to huge JavaScript and Python codebases. Why? Simply because it adds some checks to make sure that the connections between pieces of my code are still sound when I move code around. It doesn't check that everything is correct, but checking connections is an essential sanity check.

0 Comments:

Post a Comment

<< Home