Survival Crib Notes: NASA's Success Checklist - 9 Dos and 8 Don'ts for software project success, from NASA's Goddard Space Flight Center. (Sample chapter from Steve McConnell's book Software Project Survival Guide.) - http://www.stevemcconnell.com/sgcrib.htm
Classic Mistakes Enumerated - Description of 36 ineffective development practices: people-related, process-related, product-related, technology-related. (Sample chapter from Steve McConnell's book Rapid Development.) - http://www.stevemcconnell.com/rdenum.htm
Introducing Demeter and its Laws - Adaptive Programming - specifying the connections between objects as loosely as possible. Makes programs more flexible, more resilient to change, and more adaptable to varying configurations of classes within a given domain - http://www.cmcrossroads.com/bradapp/docs/demeter-intro.html
The Programmers' Stone - Recapturing, exploring and celebrating the Art of Computer Programming. - http://www.reciprocality.org/Reciprocality/r0/
Major Causes of Software Project Failures - Lorin J. May; Crosstalk, July 1998. Based on interviews with software consultants and practitioners who were asked to provide "autopsies" of failed projects with which they have been acquainted. - http://stsc.hill.af.mil/crosstalk/1998/07/causes.asp
Large Software Systems - Back to Basics - John Evans; Crosstalk, June 2000. The importance of software architecture, and related items such as unambiguous requirements and coding standards. - http://stsc.hill.af.mil/crosstalk/2000/06/evans.html
Seven Steps to Test Automation Success - This paper presents seven key steps: improve the testing process, define requirements, prove the concept, champion product testability, design for sustainability, plan for deployment, and face the challenges of success. - http://www.io.com/~wazmo/papers/seven_steps.html
The Therac-25 Accidents - Case study of a well known software error. - http://sunnyday.mit.edu/papers/therac.pdf
High-Pressure Steam Engines and Computer Software - Software safety. Parallels between the early development of high-pressure steam engines and software engineering that we can apply to the use of computers in complex systems. - http://sunnyday.mit.edu/steam.pdf
Heavy Rotation - For business software, faster-cheaper can be better too. - http://www.acm.org/ubiquity/views/w_fiefer_2.html
Principles of Good GUI Design - Describes the basic rules for all good interfaces - the cardinal dos and don'ts. - http://axp16.iie.org.mx/Monitor/v01n03/ar_ihc2.htm
Classic Testing Mistakes - The role of testing, Planning the complete testing effort, Personnel issues, The tester at work, Test automation, Code coverage - http://www.testing.com/writings/classic/mistakes.html
Lessons Learned -- Current Problems - Technical and managerial best/worst practices. Based on study of US Department of Defense software projects. - http://www.spmn.com/lessons.html