Hacker News new | ask | show | jobs
by moltar 977 days ago
Classes are just synthatic sugar over closures anyway. The benefit of OOP classes is that they can be extended. But closure cannot.