Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Upgrading My Photo Import Script LiveCoding

This is my first set of live coding sessions. The work I did was to upgrade a script that I use to import photos from my various devices into a specific directory structure and naming convention. It also makes sure not to duplicate images or overwrite any images with the same time stamp.

The process took a lot longer than I though because I ran into some issues with a broken test. Yet another example of being really glad that I had a test suite in place.

### Part 1