len() as upper boundary makes code less readable
Read more
Multiline Conditional Expressions should be avoided
Read more
Improper Indentation can reduce readability
Read more
Avoid Main Procedures not having an ON ERROR clause
Read more
Avoid unused Function parameters
Read more
End keyword highlights end of execution
Read more
Object Qualification improves readability
Read more
Documentation facilitates Code Maintainability
Read more
Local variables allows variables to be relegated to a function
Read more
File Naming Convention (FNC) helps in organization
Read more