Recently, I was asked to maintain some old code and test some new code. Both tasks required that I understand the code with which I was working. Most of the time, these jobs are non-trivial due to the ...
Among programmers, there has long been a dispute between those who want a language to constrain them and those who want great flexibility. If you have been programming for a while, you'll understand ...
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 ...
Source Lines Of Code (SLOC) is a software metric used to measure the size of a software program by counting the number of lines in the text of the program’s source code. SLOC is typically used to ...