You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/02/10 10:12:01 UTC

svn commit: r1566534 - /marmotta/site/trunk/content/markdown/development.md

Author: wikier
Date: Mon Feb 10 09:12:01 2014
New Revision: 1566534

URL: http://svn.apache.org/r1566534
Log:
added code conventions

Modified:
    marmotta/site/trunk/content/markdown/development.md

Modified: marmotta/site/trunk/content/markdown/development.md
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/development.md?rev=1566534&r1=1566533&r2=1566534&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/development.md (original)
+++ marmotta/site/trunk/content/markdown/development.md Mon Feb 10 09:12:01 2014
@@ -215,7 +215,9 @@ Issues are closed once the project again
 
 ## Development Practices
 
-@@TODO@@
+So far we are not following strcik development practices, but for code style guides we heavily base it heavily on 
+the [Code Conventions for the Java Programming Language](http://www.oracle.com/technetwork/java/codeconv-138413.html)
+published by Oracle.
 
 ## <a id="contributing"></a> Contributing