what are the things we should keep in mind while writing a program code
Answers
Answered by
2
Explanation:
Keep the Code Simple
Keep the Code SimpleConsistent coding-style. Small code blocks. Clean code and proper nesting structure to keep it readable. Avoiding complicated logic for simple derivations
Similar questions