Category Archives: Programming Practice

Git for the Solo Programmer

Despite the press in recent years asserting the software development is always a team activity, there are still individual programmers building software without help from others. I’ve recently had a question from one such individual asking if version control makes sense for a developer working alone. Despite working in teams for years, I also work… Read More »

More SVG and Perl

In my last post, I talked about a quick little project that has grown into experimenting with several new tools/processes. I finally got a reasonable release out on CPAN as SVG::Sparkline version 0.30. This version supports 6 different sparkline types: Area, Bar, Line, RangeArea, RangeBar, and Whisker. It also has better documentation in the form… Read More »

The Importance of Programming Play

For various reasons, I’ve recently been thinking on the importance of programming play, Those times when we tinker with code without any goal other than making something run on the computer. Sometimes this involves playing with a new language or a feature of an old language that we’ve recently discovered. Unlike projects for work, these… Read More »