Changes between Version 7 and Version 8 of Developer/Guidelines
- Timestamp:
- 05/22/09 17:25:27 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developer/Guidelines
v7 v8 5 5 This document outlines guidelines and policies that should be followed in the process of development of [/ggl Generic Geometry Library] (GGL). 6 6 7 It is aimed to propose the GGL to the collection of [http://www.boost.org/doc/libs/ Boost C++ Libraries], so it is intentional to closely follow Boost conventions. As such, this document is based on [http://www.boost.org/development/requirements.html Boost Library Requirements and Guidelines] and [http://www.boost.org/development/header.html Boost Header Policy]. 8 7 It is aimed to propose the GGL to the collection of [http://www.boost.org/doc/libs/ Boost C++ Libraries], so it is intentional to closely follow Boost conventions. As such, this document is based on [http://www.boost.org/development/requirements.html Boost Library Requirements and Guidelines] and [http://www.boost.org/development/header.html Boost Header Policy]. In case of doubts in any subject, refer to Boost guidelines. 9 8 10 9 == Headers include order == … … 46 45 = Formatting = 47 46 47 * Use spaces in all source files. Strictly, no tabs. 48 48 * Prefered line length is 80 characters, however maximum is 100 characters in line. 49 49 * Do not indent namespace blocks. … … 109 109 110 110 }}} 111 112 ----- 113 114 [wiki:Developer Developer]
