We will make a simple console app in Visual Studio with a network class responsible for talking with other systems.
Continue readingCategory: Blog
What Is Loose and Tight Coupling in Programming?
When talking about coupling, we are talking about how much the components in a system know about each other.
Continue readingGame Design using Micro Macro Meta Grouping
Micro, macro and meta grouping is a design tool that can help us view the game from the player’s perspective.
Continue readingWhen to Use Struct Instead of Class to Increase Array Performance by up to 90%?
The CPU has a cache that it can use to access data much quicker than from RAM. To speed things up…
Continue reading