#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.

SOLID principles explained through video game design

How to avoid conditionals in your code

Use a Map instead of if/else to handle finite conditions in Java.

How to avoid conditionals in your code