Programming
87 articles · all categories
Latest Programming articles
March 2025
AI writes good tests, actually
I've been using AI to write tests and it works surprisingly well! Here's how.
January 2025
Coaching AI to write your code
Working with AI is here and it's skill. Just like google-fu became important in the mid 2000's. A few things I've learned.
August 2023
Programming in Markdown
What if you could focus on the fun _engineering_ part of your job, not on coding? You can!
October 2016
September 2016
A puzzle in JavaScript objects
This is a puzzle you can run into if you’re not careful, and sometimes, despite your best efforts, even if you are careful. It happened to me when I had a settings object that I passed into a view. The view then did things. When I made a new view from the settings object, it looked like the view I had just cleared.