Coding Standards and Naming conventions
- Coding Standards(CS) and Naming conventions(NC) are suggestions given by sun(Oracle).
- CS and NC help developers to develop projects with more readability and understandability
Why Coding Standards?
- A program is written once , but read many times
- During debugging
- When adding to the program
- When updating the program
- When trying to understand the program
- Anything that makes a program readable and understandable saves lots of time , even in the shot run.
Learn more
No comments:
Post a Comment