You may have heard about software testing, but what is it actually and should we use it when writing programs? In this quick article I will explain what testing is, why it’s important, and how you can get started learning it. Since most of my audience are writing code with JavaScript, we will talk about… Continue reading Testing Your Code
Category: Uncategorized
Good Coding Habits
If you’re feeling down about yourself while learning to code, this might cheer you up. I just spent the last 45 minutes trying to overwrite a parent-theme’s function in WordPress, only to discover I didn’t have the child-theme activated in my local development environment. 🤦♂️ Sometimes it helps to take a step back and ask… Continue reading Good Coding Habits
