How to use C# delegates to sanitise your codebase
Let’s see why delegates are excellent for decoupling and organising your C# projects!
Read More »How to use C# delegates to sanitise your codebaseLet’s see why delegates are excellent for decoupling and organising your C# projects!
Read More »How to use C# delegates to sanitise your codebaseLet’s continue our RTS and link our main menu and game scenes!
Read More »Making a RTS game #43: Designing our main menu 2/2 (Unity/C#)Let’s keep working on our RTS and add a main menu scene!
Read More »Making a RTS game #42: Designing our main menu 1/2 (Unity/C#)Events are key to reducing entanglement in your codebase – let’s see why!
Read More »How to use C# events to decouple systemsInterfaces are at the heart of the “composition-over-inheritance” paradigm – let’s see what that means!
Read More »How C# interfaces can help you structure your codebase