Skip to main content

General

The following list of items indicate coding standards independent of the technology used.

  • Comments should be added if the code is not self-explanatory.
  • Error handling should be done.
  • Code should be maintainable code.
  • No spelling mistakes.
  • Removed unused code/comments during development.
  • Code should be simplified / refactored.
  • Translation resources should be used for non-dynamic text displayed to user.
  • Variables should make sense.