Skip to content

Coding and development standards that we follow on the Engineering team.

Notifications You must be signed in to change notification settings

MonkDev/standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standards

Coding and development standards that we follow on the Engineering team.

Organization

There should be one Markdown file per topic, whether that's a language, framework, tool, etc. For example, all standards dealing with the Ruby language should be placed in ruby.md. Ruby on Rails standards can be included in the same file, but should be split out to ruby_on_rails.md when they become significant enough.

Format

Each Markdown file should begin with a title header:

Ruby on Rails
=============

Sections should be used to organize content within the file:

Testing
-------

Ordered lists are helpful for easy reference:

1.  This is the first standard.
2.  This is another standard.
3.  And another standard.

About

Coding and development standards that we follow on the Engineering team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published