Adding characterization tests to a legacy java code command line application. Running into the legacy code dilemma because of dependencies to the System glob... (more…)
Read more »
Welcome back to the August update of Java on Visual Studio Code. In this update, we will focus on performance improvements and project management. On to the update. Performance improvements IntelliSense (a.k.a. Code Complete) IntelliSense is one of the mo... (more…)
Read more »
It’s been a little over a year since I started developing in Java full-time again. A retrospective is overdue! Workplace takeaways Communication. This may not seem like a Java-related skill, but I cannot overstate how many times stopping to ask questions,... (more…)
Read more »
If you’ve worked with JUnit and Mockito, you must be familiar with matchers. They provide a way to verify parameters during method invocation. Among many of ... (more…)
Read more »