Y
Hacker News
new
|
ask
|
show
|
jobs
by
eksemplar
2853 days ago
Except you don’t need typesafety when you do this because you’re never expecting a specific type, and at the same time, you don’t have to waste time writing the recipe for what you’re going to do.
1 comments
boubiyeah
2853 days ago
You're always expecting a specific type, whether the type or schema is made explicit by the language or not.
link