Modularisation

From stoney-cloud.org
Revision as of 12:55, 14 October 2013 by Michael (talk | contribs) (Created page with "GitHub: * Form follows function: we choose the functionality name (so we are backwards compatible) * Modules are collected in one repository (create a skeleton module as an ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GitHub:

  • Form follows function: we choose the functionality name (so we are backwards compatible)
  • Modules are collected in one repository (create a skeleton module as an example):
    • Data (LDAP)
    • API (PHP)
    • Web Interface (PHP, uses API)
    • Provisioning (Perl, ...)
    • Tests (GUI, Unit-Tests, ...)