DEV Community

Cover image for Duck typing in java

Duck typing in java

Simon Taddiken on April 09, 2019

Disclaimer: please don't take this too serious. It's just fun and games. Duck typing is an idiom known mostly from dynamically typed languages. It...
Collapse
 
baso53 profile image
Sebastijan Grabar

Duck typing is one of the most satisfying things that I have encountered in my career. Personally, I used it with TypeScript, and it's such a pleasure not being forced to define interfaces explicitly. It makes the flow sooo good.