▲ | octopoc 12 hours ago | |
I was going to say the opposite—even my side projects almost immediately hit the point where I’m spending more time fixing bugs that the compiler would have found than I spend time wrestling with static types. I’m building something in Python right now and the lack of static types is just painful. That being said, Scala and typescript have really powerful (maybe too powerful?) type systems. |