Skip to content

Coding Conventions

Steve Pieper edited this page Jul 7, 2017 · 3 revisions

Naming Conventions

  • Acronyms should have consistent capitalization
    • DICOM or dicom, not Dicom.

Language

  • ES6 conventions
    • Classes
    • arrow functions

Tooling

  • Avoid excess tooling in dcmjs proper
  • Create other repositories and projects for
    • packaging
    • transpiling
    • integration with web frameworks
Clone this wiki locally