All Stories
The biggest new feature in Java 10 is the introduction of the Local-Variable Type Interface. What is Local-Variable Type Inference? This new feature will... Code quality is arguably one of the most important parts of Software Development – badly written code can cost time and money as you’ll... What is static program analysis? Static analysis provides testing against code bases and binaries without the execution of any code. IDEs do this too... Recently I have been looking at our current test suite looking for ways to improve our own tests. As we use Bitbucket we have... This month our posts are focusing on code quality and we have already covered how you can use IDEs to improve your code to...