As we pointed out in The Architecture of Open Source Applications, architects look at thousands of buildings during their training, and study the critiques of many more. But most software developers only ever get to know a handful of programs well — usually programs they wrote themselves. This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch to solve difficult problems. A web server, a pedometer, a Python interpreter, a web-based spreadsheet, and many more applications are written, in 500 lines of code or less, and described by their creators so that you can learn from their insights and their mistakes.
The books series is a must read for anyone that wants to go beyond writing code to designing software. The code is well written and the exposition is great.
What is economy of code, when it comes to metrics such as LOC? How do modern libraries, and development tools affect our workload? This book illustrates, in part, the impact, of OSS frameworks, on modern software development.