A Year in (Code) Review
January is the time when people usually reflect on the past and create resolutions to improve themselves in the future. As such, I decided that this would also be a great time to review some old code, identify weak spots, and build better coding habits for 2018!
To start, I began by looking at some code pushed to my github in 2017. It didn’t take long to pick up on one pervasive pattern in my old code: an unwarented affinity for for loops, especially nested ones!
Read more