Drew Coleman·May 16, 2020Game Development Tutorials: Don’t Get TrappedThis blog post will focus on discussing the correct way to make use of game development tutorials. I know this might sound bizarre but it…
InBetter ProgrammingbyDrew Coleman·Oct 30, 2019The Real Reason it’s Difficult to Write Clean CodeWe all want to write clean code but sometimes things get in way
InBetter ProgrammingbyDrew Coleman·Sep 4, 2019Navigating the World of Distributed C++ CodeSpend less time worrying about how to download, compile, and link external librariesA response icon2A response icon2
InBetter ProgrammingbyDrew Coleman·Aug 21, 2019Learn How To Compile a C++ ProgramA series of articles exploring issues I’ve encountered using C++A response icon2A response icon2
InBetter ProgrammingbyDrew Coleman·Aug 7, 2019Everything You Need to Know About PolymorphismPolymorphism’s use and benefits
Drew Coleman·Jul 24, 2019Understanding Delta TimeIn this article we will look at understanding delta time, a concept I know from experience, can be difficult for beginners.A response icon5A response icon5
InBetter ProgrammingbyDrew Coleman·Jul 3, 2019Learn How To Understand and Break Down Programming ProblemsBreak programming problems down into smaller steps that can then be translated into working C++ code
Drew Coleman·Jun 19, 2019Tips, Tricks and Insights into Solving Programming ProblemsWhen I first started learning to program, I was taught many things, but I was never taught how to solve problems and because of this I…
Drew Coleman·Jun 5, 2019Making Variables Visible in the InspectorIn my previous article I looked at how we can apply information hiding to our scripts to potentially reduce the amount of code we need to…
Drew Coleman·May 29, 2019Coding Best Practices in Unity: Why You Should be Hiding Your DataWriting code is a difficult process that can be made even worse when you write code that ends up a massive ball of spaghetti. Spaghetti…A response icon1A response icon1