Refactoring a Koa app - or how I learned a lot about modern JavaScript while refactoring an old app
June 5, 2018
I have learned so much by following the Koa Js community and framework over the years. My first post on the topic was written in March 2014, when Koa was just a little tiny bird trying out its wings (look up that reference…).
From that point I’ve written many posts, done a few screen casts for fun and other for profit.
4 years (MY GOD!) is a long period but in the JavaScript world it’s eons of time. I noticed that the other day when I refactored one of my later Koa applications into something more modern. I learned so much about the topics that I ran into, while upgrading my code and the resulting code was much more elegant, functional and understandable.
So… I thought I’d do it again. This time you can tag along. This post will be long, but hopefully worth it.
...