Excerpt
[Dev][Excerpt] Typical Architectural Components
yhcting
2007. 3. 12. 21:59
[[ blog 이사 과정에서 정확한 posting날짜가 분실됨. 년도와 분기 정도는 맞지 않을까? ]]
From ( "Code Complete", McConnell )
- Program organization
- Change strategy
- Buy-vs.-build decisions
- Major data structures
- Key algorithms
- Major objects
- Generic functionality
- User interface.
- input/output
- Memory management
- String storage (optional)
- Error processing
- Over-enginerring
- Assertions
- Fault tolerance
- Performance
From ( "Code Complete", McConnell )
- Program organization
- Change strategy
- Buy-vs.-build decisions
- Major data structures
- Key algorithms
- Major objects
- Generic functionality
- User interface.
- input/output
- Memory management
- String storage (optional)
- Error processing
- Over-enginerring
- Assertions
- Fault tolerance
- Performance