http://www.perlmonks.org?node_id=285637

I'm interested in learning more about good software design practices and quality assurance. Anything on theoretical advances in proving programs would be appreciated too (math isn't a problem).

I've read code complete, writing secure code, the pragmatic programmer, Professional Software Development: Shorter Schedules, Higher Quality Products, More Successful Projects, Enhanced Careers (long enough title?), about 4 on extreme programming (blech!) and a few others I've forgotten.

The common problem with all these books I've found is that they lack substance, seeming to focus almost entirely on metaphors and don't provide anything that can be directly applied. What I'm looking for are books with working code, real examples of extremely high-quality projects and their design, not the fluff that is commonly recommended.

I've also found online forums (present forum excluded ;-)) and newsgroups to not be worth the time to sort through all the noise, and rarely even then is there something worth reading.

While I've produced some fairly solid software (at least I think it's solid...), I highly doubt that I'm at, or even that close, to the top of quality development/assurance practices. Can anyone shed some light on the practices that allow software to be used in applications where any failure is simply not acceptable? Thank you for your responses.