Knowing Too Much — The Pain & Agony Of Knowing Too Much — C# ExamplesKnowing too much might sound like a great idea, but in code it can cause you a huge headache. Ever update a class and all of a sudden…Mar 27Mar 27
Phantasy Star Online Episode I & 2 2D Interactive Map ViewerMany many years ago I played a game known as Phantasy Star Online on the Sega Dreamcast, I instantly fell in love with this game. There…Jan 16Jan 16
Unit Tests — Where Do You Put ‘Em? — C# ExampleUnit tests, where should they go? In a separate project? Should they have the same namespace for easy access/referencing? Should they…Jun 6, 2024Jun 6, 2024
Wrapper Classes — A Little Helper For Everyone — C# ExampleA Wrapper class, what is it and what can it help us with? Well have you had some code which relies on some framework library which you…Apr 10, 20241Apr 10, 20241
Unit Testing — Pros and Cons — Understanding why testing code is a good practiceWhat is unit testing? Well a unit test should aim to test a specific feature in our code, be it a function which calculates a value, or a…Feb 29, 2024Feb 29, 2024
Unit Testing — Why write code to test my code? Seems a little redundant — C# ExampleWhat is unit testing? Well a unit test should aim to test a specific feature in our code, be it a function which calculates a value, or a…Jan 31, 2024Jan 31, 2024
Software Design; Architecture should be an optionSoftware should allow you to choose its architecture at a later date. Now I understand some goals of software are to use a particular piece…Feb 1, 2022Feb 1, 2022
C# EntityFramework InMemory Database for Easy Testing/Prototyping and Project sharing.We’ve all been there: create a new project for a client, create a database in some form, share the project and include some instructions…Apr 17, 2021Apr 17, 2021
Basic Factory Pattern for JavaScriptSimple implementation of the factory pattern used in a JavaScript application.May 26, 2020May 26, 2020
I haven’t crashed, trust me: Game edition.Importance of small animation to notify the user: Hey! I’m running.May 18, 2020May 18, 2020