Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 487 Bytes

coding_convetions.md

File metadata and controls

11 lines (7 loc) · 487 Bytes

Coding Convetions

For conventions to Whitespace, Documentation and Organization, Declarations, Expressions, Control Structures, Blocks, Literals or Categories have a look at GitHub's Obj-C conventions.

File Naming Conventions

All files

File names must be descriptive and written in camel case. namingConventionExample not NC_ex

Tests using Specta

A unit test for the class Example shall be called ExampleSpec