Macro

last modified: October 23, 2025

It's Time to Use #pragma once

Posted on 2019-07-13— C++, Improve your Code, Learn

I explain why I prefer #pragma once over macro header guards and how it prevents subtle build errors and wasted debugging time. I’ll show examples, common pitfalls, and practical steps to replace guards in existing projects — read on if you want a simple, low-risk improvement.

Read this post

Steel Balls Arrived

Posted on 2016-09-02— Projects

The steel balls for my Outmoded Sequencer arrived today and they look great. I’ll use them to program the sequencer matrix, with small magnets underneath so each ball clicks into place. I’m excited to test this first version — read on if you’d like to see how it comes together.

Read this post