DEV Community

Discussion on: Are there things you see in others' code that just automatically makes you twitch/shudder

Collapse
 
abhinav1217 profile image
Abhinav Kulshreshtha

I hate them too. I have seen new typescript demos using it and I think it's stupid. I also don't like how some newer programming languages allows you to write implementation code in interfaces( looking at you kotlin ) . Interface should be used to only define structures. Implementations should be left to whatever implements it as the name suggests.