Skip to content

Standards

dankessler edited this page Jul 11, 2012 · 31 revisions

Hi everybody!

I'm hoping this page can document directly, or have links to pages, with documentation regarding coding standards that we all use.

Matlab Conventions

Function Naming

Similar to how SPM does it, custom functions that we write that we anticipate being shared across packages should start with mc_. For example, mc_GenPath.m is used by a variety of our "central" scripts.

Git Conventions

Repositories

There is one major repository

Branch/Merge Workflow

At any given time,

Branch Naming

Clone this wiki locally