SE&PMModule-01-partA
SE&PMModule-01-partA
2.GeneralPrinciples
David Hooker [Hoo96] has proposed seven principles that
focus on software engineering practice as a whole.
The First Principle: The Reason It All Exists
A software system exists for one reason: to provide value to
its users. All decisions should be made with this in mind.
The Second Principle: KISS (Keep It Simple, Stupid!)
Software design is not a haphazard(without a plan) process.
There are many factors to consider in any design effort.
All design should be as simple as possible, but no simpler.
Software Engineering Practice