Adobe Commerce Coding Standards Template
—————————————————
| Adobe Commerce coding standard: (jQuery) | Result |
|---|---|
| Verified whether proper Source Code Repository has been provided | |
| Verified whether script followed literal Namespace rule | |
| Verified whether braces are used for multiline codes for a better understanding | |
| Verified whether semicolons are used to end statements | |
| Verified whether to define a function using a variable initialized within the function | |
| Verified whether proper method definition is used | |
| Verified whether array and object initializers are properly implemented | |
| Verified whether “var” is used to declare variables | |
| Verified whether only one “var” is used per scope for better readability | |
| Verified whether share-able widgets under the <installdir>/pub/lib/<your company>directory for better access | |
| Verified whether proper indentations are provided | |
| Verified whether spaces are given around the “=” sign | |
| Verified whether class name is provided as lowercase |