Become a member
Sign in
Composition over Inheritance
3.5K
19
Mattias Petter Johansson
OSCAR YEPES
OSCAR YEPES
Jul 23, 2017 · 1 min read

Hello, what are your thoughts about this:
const Storage = Sup => class extends Sup {
save(database) { ··· }
};
const Validation = Sup => class extends Sup {
validate(schema) { ··· }
};

class Employee extends Storage(Validation(Person)) { ··· }

source: http://exploringjs.com/es6/ch_classes.html

    OSCAR YEPES

    Written by

    OSCAR YEPES

    Write the first response

    Discover Medium

    Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch

    Make Medium yours

    Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore

    Become a member

    Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade
    AboutHelpLegal