| Software Design |
Article Index for Software |
Website Links For Software Design |
Information AboutSoftware Design |
| CATEGORIES ABOUT SOFTWARE DESIGN | |
| software development | |
| project management | |
| architecture and engineering occupations | |
| design | |
|
The Software Requirements Analysis (SRA) step of a Software Development Process yields Specifications that are used in Software Engineering . If the software is "semiautomated" or User Centered , software design may involve User Experience Design yielding a Story Board to help determine those specifications. If the software is completely Automated (meaning no User or User Interface ), a software design may be as simple as a Flow Chart or text describing a planned sequence of events. There are also Semi-formal methods like Unified Modeling Language and Fundamental Modeling Concepts . In either case some Documentation of the plan is usually the product of the design. A software design may be Platform-independent or Platform-specific , depending on the availability of the technology called for by the design. DESIGN CONSIDERATIONS There are many aspects to consider in the design of a piece of software. The importance of each should reflect the goals the software is trying to achieve. Some of these aspects are:
DESIGN PATTERNS A software designer or architect may identify a design problem which has been solved by others before. A template or pattern describing a solution to a common problem is known as a design pattern. ( Design Pattern (computer Science) ). The reuse of such patterns can speed up the software development process, having been tested and proved in the past. USAGE Software Design Document ation may be reviewed or presented to allow constraints, specifications and even requirements to be adjusted prior to Programming . Redesign may occur after review of a programmed Simulation or Prototype . It is possible to design software in the process of programming, without a plan or requirement analysis, but for more complex projects this would not be considered a professional approach. A separate design prior to programming allows for Multidisciplinary designers and Subject Matter Expert s (SMEs) to collaborate with highly-skilled programmers for software that is both useful and technically sound. SEE ALSO
|
|
|