General Coding Guidelines (original) (raw)
Sameer Deshmukh edited this page
Feb 1, 2016
This page lists coding guidelines that ALL new Pull Requests must adhere to. Please go through them carefully and incorporate them into your code.
- Indentation - All indentation should strictly be 2 spaces. Do not use tabs.
- Line length - All lines must be within 80 characters.
- Blocks - Use the
do...end
syntax for blocks. Do not use{...}
.
PS - This document is a work in progress and will be updated regularly.
Toggle table of contents Pages 10
- Home
- API Changes
- General Coding Guidelines
- Getting started
- Guidelines for maintainers
- How to create an NMatrix
- Installation
- NMatrix Developer Guide
- NMatrix for JRuby
- Tentative NMatrix Tutorial