Owneat Technical Guide main Help

General Principles

  • Consistency: Maintain consistency in naming conventions, coding styles, and formatting throughout the codebase.

  • Readability: Write code that is easy to understand and comprehend by using meaningful variable names, clear comments, and proper indentation.

  • Simplicity: Keep the code simple and avoid unnecessary complexity or over-engineering.

  • Modularity: Encapsulate logic into reusable and cohesive modules to promote code reusability and maintainability.

  • Error Handling: Implement robust error handling mechanisms to gracefully handle exceptions and errors.

Last modified: 21 May 2024