See all my articles in my main website!
Does your code actually reflect the state of your system? Flags vs Enums vs State Machines
Using flags to control the state of your system can become messy really quickly. Try using a state machine (or at least an enum) to overcome this 🔥
9 min readDomain Driven Design
Domain Driven Design gives a set of guidelines and techniques that we can use to try to break larger domains into smaller domains.
10 min read