Team training (training topic)

  • How to write code
    • Agree on and follow common guidelines and conventions
    • Writing documentation inline, in Markdown files, and in a private wiki.
    • Utilizing static code analysis to enforce common coding rules and pinpoint potential issues.
  • How to share code and other application data
    • Version control best practices
    • Branching strategy
    • 3rd party modules and themes in submodules or as packages
    • Main repo
    • Proper exclusion filters
    • Share dev database snapshot or dev recipe (with Auto Setup)
    • Share differential recipes for code changes
  • How to communicate
    • Issue tracking best practices
    • Knowledge management best practices

Time requirement: 1h

Dependencies: none

This page is part of the Orchard Dojo Library!

This page and many others here are part of the open-source, portable package of Orchard Core goodies: the Orchard Dojo Library for Orchard Core. The Library is freely accessible by anyone; just go to its repository to download its full content (you can even download the textual content of the Library as a big concatenated document in HTML), file issues or fork it! You can even edit it online on Bitbucket, just click on the Edit link in the upper right corner!

Note that the Library also has an Orchard 1.x version, check it out here!