Skip to content

Document Mantras #356

Open
Open
@osterman

Description

@osterman

what

  • Document some of our design philosophies

examples

Golang philosophy:

A little duplication is better than the wrong abstraction
Less is exponentially more (https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html)

Cloud Posse

  • Use industry standard tools over custom ones. e.g. terraform and chamber.
  • Favor documentation over automation. Instead of wrapping terraform and obfuscating layers of complexity, provide documentation on terraform "best practices" and actionable examples.
  • Automate Repetitive Processes using Makefiles. Only introduce automation when a repetitive workflow emerges. Write simple shell scripts that provide minimal orchestration to avoid obfuscation of the underlying workflows.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Document Mantras · Issue #356 · cloudposse/docs