#clean-code
SOLID principles explained through video game design
Learn how to identify and fix SOLID principle violations during code reviews, with practical TypeScript examples based on video game design.
How to avoid conditionals in your code
Use a Map instead of if/else to handle finite conditions in Java.