Changeset 1056 for cpp/README.txt


Ignore:
Timestamp:
12/28/20 02:06:52 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/README.txt

    r1022 r1056  
    3838      +- vm            - virtual machine programming: FramScript grammar (lex and yacc/bison)
    3939          +- classes   - C++ interfaces and implementations of basic FramScript objects
     40
     41
     42______________________ Source formatting guidelines _____________________
     43
     44File names: all letters are lower case, with '-' as word separator if needed.
     45Indents: tab
     46Scopes
     47{
     48        ClassName variable_lower_case;
     49        variable_lower_case.camelCaseMathodOrFunction();
     50}
Note: See TracChangeset for help on using the changeset viewer.