Please enable JavaScript.
Coggle requires JavaScript to display documents.
Module IV: Coding - Coggle Diagram
Module IV: Coding
Good code is when?
Code Reusability (can be used again)
Code Efficiency (fast, no waste)
Code Maintainability (easy to update)
Code Testing (checked for errors)
Code Readability (Easy to understand)
CODING PRACTICES
Bottom-Up Approach
Device Drivers
Database Engines
Libraries and APIs
Compilers
Artificial Intelligence Libraries
Structured Programming
sequence structures
loop structures
decision structures
Information Hiding
Hide Internal details
Use Interfaces
Reduce Complexity
modules are independent of each other (4 of them exist )
Paired Programming
Newbie-newbie
Expert–newbie
Expert–expert
Top-Down Approach
Business Information Systems
Web Applications
Operating Systems