· 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...
TL;DR The Problem: Terraform codebases often suffer from sprawl—copy‑pasted resources, tight coupling, and leaky abstractions that make scaling painful. The So...
What I went through Firstly, I learned that composition is really useful in Godot and how to handle similar things without doing much work. However, there are...