25
๐ฅ Discussion ๐ฅ ES6 Classes. Good or Evil?
(programming.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Javascript isn't one of my main language, but using
class
avoids a few of the footguns Javascript has. You can't forgetnew
, andextends
/instanceof
are far saner than duck typing.