A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
In my last post, I wrote about hints provided in NetBeans 7.4 beta that improve a developer’s ability to avoid nasty runtime issues with Java exception handling. In this post, I look at how two more ...
While AssertJ offers various readable and customizable assertions to increase the readability of test code, Google Truth focuses on clear and understandable APIs with a smaller feature set. Both ...