Thoughts on game development, clean code practices, and software engineering.
March 16, 2025
Learn how to simplify large complex functions by breaking them down into smaller ones.
February 8, 2024
Godot offers multiple options for your codebase. Here is why C# could offer your project the most benefits.
January 24, 2024
Learn how to use guard clauses to reduce nesting and improve readability in your code.