Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 362 Bytes

RULES.md

File metadata and controls

13 lines (7 loc) · 362 Bytes

RULES TO DEV BY

  1. Aim for stability.

  2. Aim for consistency across providers (e.g. VirtualBox, AWS) and interfaces (e.g. CLI / API).

  3. Aim for easy repurposing and ease of use.

  4. Aim for good documentation.

  5. More providers and provisioners are always welcome.

  6. Write in Ruby / Vagrant what is necessary, but keep any front-loaded logic in Python.