Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
coffeescript 'extends' と '@extend' の違いは何ですか? Extend は継承用ですが、@extend は mixin 用ですが、ミックスできるオブジェクトは 1 つだけですか?
@extend は継承用ではなく、ミックスインに関するものです – 継承なしで別のオブジェクトからメンバーを追加できるようにします