A list of useful extensions for Visual Studio Code that I’ve found improved how I write code.
Continue reading Useful Visual Studio Code Extensions
Category Archives: Programming
Coding Challenge – Reduce “If/Else” Chain
After reading a request posted on a programming Discord channel for a way to make a repeated if/else chain cleaner, here is my attempt.
Continue reading Coding Challenge – Reduce “If/Else” Chain