DEV Community

Discussion on: Duck typing in java

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.