Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 334 Bytes

File metadata and controls

6 lines (5 loc) · 334 Bytes

Naming conventions

  • Use the suffix “Base” for abstract classes.
  • Suffix part classes) with "Part".
  • Name js and css files with the segments of their names delimited by dashes, e.g. my-style.css.
  • Resource names declared in resource manifests are also global so prefix them with the module's name e.g. "MyModule.MyStyle".