Log in

View Full Version : How to maintain and write better code



charlesprabhu
09-29-2022, 06:09 AM
- Avoid global code
- Write useful comments
- Use meaningful structures
- Use meaningful names
- Use automated build tools
- Refactor

rohit
10-06-2022, 07:31 AM
Clear code is readable and easier to understand. Less time is spent trying to figure out how the pieces of code fit together, making it much easier to maintain the code and solve problems.