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 ...
When I'm flailing about in code, I often quickly slap something together just to get it working and then go back to clean it up with simpler structures. Real developers commonly refactor their code in ...
In the rush to embrace coding assistants like Amazon CodeWhisperer to generate new code for developers, we haven’t spent much time asking if that code is any good. By some measures, the answer is ...
As a CEO in 2021, your organization likely has some type of proprietary software. And at some point, either through changing market conditions or lags in performance, your CTO will tell you that ...
There are hundreds of billions of lines of COBOL code running on production systems worldwide. That’s not ideal for a language over 60 years old and whose primary architects are mostly retired or dead ...
I usually try to follow the advice of the book Working Effectively with Legacy Code. I break dependencies, move parts of the code to @VisibleForTesting public static methods and to new classes to make ...