by Zach Lannin | Oct 3, 2017 | Software Development Tips & Tricks, Software Engineering
Unit tests are great! Encapsulation is great! When writing testable code, sometimes you come across a situation where you want to test private methods. Before implementing any solution, please think about why you are wanting to test a private method and whether it...
by Zach Lannin | May 16, 2017 | Lab Reactions
I find that Cory’s main points are spot on and include what caused me to move to a single monitor. When I was hired here at Don’t Panic Labs, I was running two 24″ monitors and my laptop on the side. Whenever I received a notification, I would see it...
by Zach Lannin | Oct 12, 2016 | Software Development Tips & Tricks
In one of our current projects, I needed to set up our Xamarin.Forms builds on Visual Studio Team Services (VSTS). What stumped me was the following error when I was setting up VSTS for a Universal Windows Platform (UWP) app: C:\Program Files...