· software
Trait Views: exposing behavior in JavaScript without inheritance
Introduction JavaScript gives us many ways to share behavior: inheritance, mixins, composition, interfaces via TypeScript. Yet in larger systems, all of them t...
Introduction JavaScript gives us many ways to share behavior: inheritance, mixins, composition, interfaces via TypeScript. Yet in larger systems, all of them t...