Skip to content

Instantly share code, notes, and snippets.

View niennonno's full-sized avatar
✍️
Writing PRDs

Aditya niennonno

✍️
Writing PRDs
  • Fractal Analytics
  • India
View GitHub Profile
@niennonno
niennonno / CodingConventions.md
Last active September 10, 2018 10:22
Document describing coding conventions primarily for iOS Development but can be translated into any other paradigm with minor changes.

Coding Conventions

The following coding conventions to be adhered while modifying your codebase.

This document serves the purpose of making the code legible and instilling a strong grammar in our poetry so that it makes much more sense to the reviewer/coder. This is a guideline rather than a rulebook and hence is open to additions and edits.

Here's the list:

  1. DO NOT chicken out in being as detailed when naming your views, controllers, classes, functions, variables etc.
@niennonno
niennonno / introrx.md
Created April 3, 2017 15:51 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing