From 52b48d5f63be63f1706316c9d4d15708c1669dbf Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 21 Aug 1998 17:51:13 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@500 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Conventions | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/Conventions b/deal.II/deal.II/Conventions index 5b38a2b2ee..d3d5a9247b 100644 --- a/deal.II/deal.II/Conventions +++ b/deal.II/deal.II/Conventions @@ -61,5 +61,12 @@ Here are some conventions for source code of the deal.II library: handle run time errors (like I/O failures) which must be on in any case, not only in debug mode. -12./ Each class has to have at least 200 pages of documentation ;-) +12./ Classes generally are named using uppercase letters to denote + word beginnings (e.g. TriaIterator) while functions and variables + use lowercase letters and underscores to denote different words. + The only exception are the iterator typedefs in Triangulation + and DoFHandler (named cell_iterator, active_line_iterator, etc) + to make the connection to the STL classes clear. + +13./ Each class has to have at least 200 pages of documentation ;-) -- 2.39.5