Dynamic Programming vs. Static Typing
Yehonathan argues that dynamic programming is superior to static typing for data validation in APIs because it allows for more flexible conditions, such as defining ranges for values. By deferring typing to schemas and enforcing validations at the end of operations, errors can be gracefully displayed to users, enhancing the user experience.In this clip
From this podcast

The Changelog
The principles of data-oriented programming
Related Questions