Menu

Tree [884891] default tip /
 History

Read Only access


File Date Author Commit
 Common 2013-08-26 diglan diglan [955e73] in process: merging all in one branch (default)...
 Library 2015-03-03 diglan diglan [884891] in process: merging, fixing .. (build still fai...
 Misc 2012-12-17 diglan diglan [273d68] merged: branch: refactoring
 ObjCFP.xcodeproj 2014-04-30 diglan diglan [abbea3] restarting: fixing left parts, added missed mod...
 Test 2015-03-03 diglan diglan [884891] in process: merging, fixing .. (build still fai...
 Util 2013-08-23 diglan diglan [5a770e] merging..
 ObjCFP.h 2013-03-17 diglan diglan [3c7409] modified: some file names
 README.dev 2011-11-14 diglan diglan [3ec654] created: initialization
 todo 2015-03-03 diglan diglan [884891] in process: merging, fixing .. (build still fai...
 version.plist 2011-11-14 diglan diglan [3ec654] created: initialization

Read Me

Convetionals about comments for maintaining source code

"//!"        - special comment, notes for developers

"//! ?"      - questions
"//! N"      - changes, some notes, N - numeric
"//! tmp"    - temporary note
"//! exp"    - experimental
"//! old"    - old peace
"//! new"    - new piece
"//! impl"   - need to implement
"//! check"  - need to check
"//! next"   - what is to be done next
"//! future" - need to realize in future, next release
"//! todo"   - to-do line (like "next")
"//! error"  - place with error, need to see as soon as possible
"//! del"    - need to delete




Coding style convention

Constants
- case: pascal
- format:[type]text, for example: AssertionNilObjectRecieved

Class, Protocol
- case: pascal, between words use underscore
- base class: no words like Abstract, Base.. just self-described words, for example: FunctionArgument
- may use underscore

Category:
- case: pascal
- use for name: *ing

Function:
- case: c-style aaa_bbb_cc

Define:
- case: upppercase with underscore
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.