On Types (why it's not for me)


So what do I conclude from this? Not much other than that static typing is not for me. I prefer the flexibility of dynamic typing, and the ability to enforce types if, and when, I need such enforcement.

Read in full here:

http://blog.cleancoder.com/uncle-bob/2021/06/25/OnTypes.html

This thread was posted by one of our members via one of our news source trackers.

1 Like

Corresponding tweet for this thread:

Share link for this tweet.

1 Like

The problem with liking strong typing only “if and when you want it” is that it makes it really easy to leak hidden bugs into your code, or use libraries or others code in ways that they may break with.

2 Likes