A few common code smells to be aware of and how to fix them
Code smells are things in a codebase that imply something may be off with how it has been designed. Here’s a few common ones you may find in your own codebas...
Code smells are things in a codebase that imply something may be off with how it has been designed. Here’s a few common ones you may find in your own codebas...
New to Godot 4, the AStarGrid2D class makes solving grid-based layouts a lot easier than the existing AStar2D class while also adding some performance improv...
Graph rewriting is a popular area of study for procedural content generation, and in this post I’m going to give you a quick introduction to the concepts inv...
As I’m going through my Godot content that needs updating, I’ve come across a number of small changes to GDScript 2, which I’ve decided to capture in this po...
Setter and getter functions in Godot 4 have received a nice overhaul. Let’s take a look at what’s new.