Skip to content
1 min read

C Language coding journey — keep coding during vacation is hard

I’m currently visiting Guam and Osaka these days, and I’m finding it difficult to maintain my daily coding routine. To ensure I can stay committed, I asked my dad for help in deciding what kind of code to write during the trip:

  • Testing code — I’m currently learning about unit tests and how to write them. It’s a good forcing function to remind me of code I had wrote, and it actually helped catch two bugs in my functions that I wrote before!
  • Array sorting — though it’s new to me, I got enough time when taking subways in Japan. I can leverage commute time to learn the basics and tips to make coding more efficient.