visit
However there are times when we must perform as coders, more akin to a musician improvising. Some examples include interviewing or pairing with a new colleague. You might also consider hackathons or time-sensitive, critical bug fixes to be performances.
Many programmers, including me, get very nervous in these situations and avoid them if possible. But what if we could practice coding as a performance to help alleviate some of the pressure? What if it could benefit us in other ways for our normal, non-performance-oriented coding?
A few years ago, I led a month-long round of among the engineers at the company where I worked. These are programming problems that you try to solve again and again for practice or training. Hopefully they help you exercise mental pathways, reinforce your learning, and become more familiar with both the specific problems and coding in general. I gave suggestions of problems to work on and asked managers to give their employees time to work on these if they chose to participate.
A different kind of structured practice
Everyone was free to practice on what they wanted, but in my own practice, I moved my focus away from traditional algorithm problems to design patterns. Many days, I would start from a totally new project and bootstrap it up to the point where I could do a simple problem, but with a fully-functional testing infrastructure in place. I put time bounds on myself and sometimes I didn’t even get very far into the code, but I practiced starting a new project.
Before starting that practice, there was a cost in my mind to starting a new project. I’d think about all the bootstrapping and boilerplate I’d have to do. So many ideas stayed in my notes and never made it out. When I did start new projects, I might wait to put in tests until I absolutely had to do so because it meant I’d have to figure out how to set that up and it would distract from the “real work.” After starting new projects, adding testing, and getting to working code for 10–30 minutes or so each day for even just a few days, a lot of those barriers seemed to fall away, if only mentally. I knew I could get started quickly and to the code that I wanted to focus on.Starting over can be fun! One of the benefits of starting new projects with these bootstrapping tools is that they include new defaults and recommended packages bundled in. When I started some of my other projects in the recent past, I would have to figure out how to set things up, but now a lot of that is solved. By using new best practices, I get to see how I could revise some of my existing projects. If you’re interested in trying this type of practice, here are some ideas on how to structure your sessions:
Finishing a sand mandala This current round of practice has already encouraged me to get started on some new projects. They seem easier after I’ve had a chance to create and throw away some code in practice sessions.
Despite doing all this practice, I still don’t exactly look forward to performing for anyone else anytime soon, but I realized that I’m enjoying performing for myself by getting to flow on new projects faster.
Have you tried practicing in a similar way? What worked and what didn’t? If you try this practice, please leave a reply on how it went. ✍️ Thanks and happy practicing!If you enjoyed this post, would you 💚 and/or share so other folks can find it? A follow would be mighty nice of you as well. :)