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