The more experience you gain, the better senses you develop for when to make a system. Contrariwise, if you spend too much time thinking up systems without having that experience, you risk designing systems that are brittle when put into use. It's a balance you can only develop from doing things.
August 1, 2025 at 7:59 PM
The more experience you gain, the better senses you develop for when to make a system. Contrariwise, if you spend too much time thinking up systems without having that experience, you risk designing systems that are brittle when put into use. It's a balance you can only develop from doing things.
As a beginner game dev, don't worry too much about coming up with good systems. Start with making a game, and pay attention to how often you are reusing certain logic. That's a sign that it should be made into a system.
August 1, 2025 at 7:57 PM
As a beginner game dev, don't worry too much about coming up with good systems. Start with making a game, and pay attention to how often you are reusing certain logic. That's a sign that it should be made into a system.