Please enable JavaScript.
Coggle requires JavaScript to display documents.
CHP 6 - Coggle Diagram
CHP 6
software development
program specification
program design
program implementation
good test data
errors
compile time occurs during compliation
run time error is during execution
logic error is u dumb
robustness
have good measures if user is dumb and inputs wrong things
object oriented program design
1: identifying classes
2: identifying behavior
3: relationship of classes
4: public method headers
5: implementation
program analysis
Assertions
precise statement about a program at any given point
efficiency
memory
runtime
precondition
statement of what is true before execution of that code
post condition
what is true immediately after execution of that code