Changes between Version 1 and Version 2 of Cross/CodingGuidelines

Show
Ignore:
Timestamp:
01/04/10 15:47:25 (14 years ago)
Author:
bhilburn
Comment:

Changing 'VTCROSS' to 'CROSS'

Legend:

Unmodified
Added
Removed
Modified
  • Cross/CodingGuidelines

    v1 v2  
    1 = VTCROSS Coding Guidelines = 
     1= CROSS Coding Guidelines = 
    22 
    33== General Principles == 
     
    77== Programming Model == 
    88 
    9 We have worked very hard to develop VTCROSS as a modular, object-oriented, software platform.  Please help us keep it that way!  Do not re-implement classes and libraries when you can simply inherit from the ones already available and add functionality!  We want to keep VTCROSS as easy to extend as possible, while minimizing code redundancy. 
     9We have worked very hard to develop CROSS as a modular, object-oriented, software platform.  Please help us keep it that way!  Do not re-implement classes and libraries when you can simply inherit from the ones already available and add functionality!  We want to keep CROSS as easy to extend as possible, while minimizing code redundancy. 
    1010 
    1111For more information on Object-Oriented Programming, see [http://en.wikipedia.org/wiki/Object-oriented_programming OOP] 
     
    5959}}} 
    6060 
    61 Instead, VTCROSS style looks like this: 
     61Instead, CROSS style looks like this: 
    6262{{{ 
    6363#!cpp 
     
    113113== Questions == 
    114114 
    115 If you have any questions about VTCROSS coding style or procedures, please [wiki:Cross/Contact get in touch with us]! 
     115If you have any questions about CROSS coding style or procedures, please [wiki:Cross/Contact get in touch with us]!