coding standard of Suite Commerce

HTML coding standards in SCA   Use Lowercase Element Names    HTML allows mixing uppercase and lowercase letters in element names.  However, recommend using lowercase element names.  Good Bad Close All HTML Elements    In HTML, you do not have to close all elements (for example the <p> element).  However, it is strongly recommend closing all HTML… Continue reading coding standard of Suite Commerce

Category as Ecommerce: Magento Coding Standard

Literal Namespace Rule  For class name resolution, use the Class keyword instead of a string literal for every class name reference outside of that class. This includes references to:  Fully qualified class name  Imported/non-imported class name  Namespace relative class name  Import relative class name  example:  Addition Formatting Standard  When you declare an anonymous function as… Continue reading Category as Ecommerce: Magento Coding Standard