Naming conventions

Good naming conventions in software engineering are critical as they enhance readability and maintainability of the code. By adhering to a consistent set of rules for naming variables, functions, classes, and other entities, developers ensure that the code and configuration is self-explanatory, which is essential for team collaborations and future code revisions. Moreover, good naming practices reduce the learning curve for new team members and facilitate debugging and code analysis, ultimately leading to more robust and efficient software development.

Contents

  1. Custom Fields (Follow SFXD Conventions)

  2. Validation Rules (Follow SFXD Conventions)

  3. Workflow Rules (Follow SFXD Conventions) ⚠️ DEPRECATED

  4. Flows (Follow SFXD Conventions)

  5. API endpoints

Last updated

Was this helpful?