HomeExperienceBlogCool StuffAbout

Blog

Thoughts on game development, clean code practices, and software engineering.

Refactoring Techniques - Extract Function

March 16, 2025

Refactoring Techniques - Extract Function

Learn how to simplify large complex functions by breaking them down into smaller ones.

Choosing C# for Your Godot Project

February 8, 2024

Choosing C# for Your Godot Project

Godot offers multiple options for your codebase. Here is why C# could offer your project the most benefits.

Simplifying Code with Guard Clauses

January 24, 2024

Simplifying Code with Guard Clauses

Learn how to use guard clauses to reduce nesting and improve readability in your code.