Don't write code, generate it!

Posted on Fri 06 September 2024 in Coding • Tagged with csharp, coding, test, tdd

A while back, I got fed up with writing code. Not writing code in general, mind you, but I did face a situation where I needed to write a lot of boilerplate code, and having to write such code is a certain way of losing interest in software development. Not …


Continue reading

Discovering Nim, part 1

Posted on Fri 02 December 2022 in Coding • Tagged with aoc, coding, nim

For this year’s Advent of Code, I use the programming language Nim. I wrote a little bit about Advent of Code yesterday.

For today’s puzzle, I got stuck on something that normally is so trivial that you don’t think twice about it—accessing a variable in the …


Continue reading

🎄 Advent of Code 2022, at last! 🎄

Posted on Thu 01 December 2022 in Coding • Tagged with aoc, coding

The time has come for another December with the alarm clock set earlier than usual! The yearly Advent of Code challenge opened its gates to the first puzzle at 00:00 Eastern Time, meaning 06:00 in Sweden.

This is my 6th year, and I’m looking forward to a …


Continue reading