Cool Games
Like many others, I enjoy playing games in my short supply of free
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
Bertrand just posted about a bug I'd encountered before but never
As the end of year holiday season approaches, it's fairly common
Where I left off, I'd managed to create a new class for handling the storage of my creative files, called CreativeFileStore. This method took in an IFileSystem as a parameter to its constructor, which provides two …
In part one I described the problem. In part two I worked out the
Now it's time to take the big step of pulling the main ugly method
In the course of making my software more testable, I've attempted to eliminate a dependency on the file system (in this case, via System.IO) by creating an interface, IFileSystem. I just did a quick search for this term …
I've been wanting to add Next/Previous links to my blog's posts to provide easier navigation for folks who come to the blog and find themselves somewhere in the middle of it. My goal is for the top and/or bottom of each …
In my last post in this IFileSystem series, I described the problem