Latest Articles
-
AngularJS Unit Testing Notes
August 17, 2016
We’ve been doing more Angular work recently, and I’ve been getting back into it after being mostly away from Angular for a couple years. I never had very much experience with Jasmine tests for anything other than the most trivial or isolated functions. It seemed like a lot of work and magic to get all the bits working together, despite Angular’s focus on making everything testable.
-
The Necessity of Abstractions
March 30, 2016
We’ve been dealing with some pretty old code lately. And by “lately”, I mean “always”. As a result, we have frequent discussions about refactoring (and, jokingly, rewriting the entire thing). Which, I think we can all agree, is rarely possible or realistic.
-
Git - Diffing All Changed Files Between Branches
February 26, 2016
I’ve been pretty used to Git for years now, so I’ve gotten used to its standard workflow. I really enjoy seeing differences in files as a +/- system where you can compare the changes one after another.
- more...