Skip to content

Instantly share code, notes, and snippets.

View rush340's full-sized avatar

Michael Silver rush340

View GitHub Profile

The goal of this document is to set down a shared set of guidelines for writing production code that we all agree to and attempt to follow.

It is a living document 🐢 that can and should change over time as we develop a sense of what it means to write code at Osmo!

Code Style

Why do we need Code Style?

Any fool can write code that computers can understand. Good programmers write code that humans can understand. - Martin Fowler

#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'