scherepanov/variables-rules icon
public
Published on 7/5/2025
variables-rules

* Always follow the current project approach and naming. * Never rename variables or functions if not necessary or requested by user.

Rules

!IMPORTANT always use tooling for code changes

  • Always follow the current project approach and naming.
  • Never rename variables or functions if not necessary or requested by user.
  • Always try to change code step by step
  • Always check if the added function or variable is present in the dependency.
  • Write comments to the code only when necessary and always in English.
  • Always add labels and texts to the translation file.
  • All code changes try to show in diff format
  • If you made changes to migration always check that the Installer corresponding to it
  • Always use oro/api.yml approach for new and exists api endpoint