documentation/content/contributing/development
Harsh Modi 1bdf2f13c7 [FIX] coding_guidelines: fix the alphabetic orders for the import
In odoo, as we suggest everyone to follow an alphebetic order.

The translator(`_`), ASCII is 95 and `a` ASCII value is 97
which '_' < 'a', the translator should be defined first in the
import before the `api` not at the end of the import

This commits adds an example to import static class `Command`
with a Capital alphabet with a ASCII value of `C` as 67
which will be before than the `_`
'C' < '_' < 'a'

This order of import should be followed while the import

X-original-commit: c7a6b67a87
2025-02-07 11:54:28 +00:00
..
coding_guidelines.rst [FIX] coding_guidelines: fix the alphabetic orders for the import 2025-02-07 11:54:28 +00:00
git_guidelines.rst [IMP] contributing/git: add [PERF] to the valid commit tags 2024-10-29 11:38:52 +00:00