Revision: 54162
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54162&view=rev
Author:   brlcad
Date:     2013-01-11 19:25:55 +0000 (Fri, 11 Jan 2013)
Log Message:
-----------
mention our implicit guidelines around line length.  consistency is king, but 
we're not yet pedants on line length.

Modified Paths:
--------------
    brlcad/trunk/HACKING

Modified: brlcad/trunk/HACKING
===================================================================
--- brlcad/trunk/HACKING        2013-01-11 18:39:39 UTC (rev 54161)
+++ brlcad/trunk/HACKING        2013-01-11 19:25:55 UTC (rev 54162)
@@ -742,7 +742,17 @@
  * This is a doxygen comment.
  */
 
+7) Line length
 
+We do not impose a fixed line length for source code.  Comments blocks
+are formatted to column 70.
+
+Long 'if' statements and function prototypes are okay.  Expressions
+and function arguments are sometimes separated one per line where it
+helps readability, but reducing the complexity of expressions and
+number of function arguments is usually better.
+
+
 DOCUMENTATION
 -------------
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to