FISEcodeConventions

From IKS Project

Jump to: navigation, search

Maven names

See http://iks-project.googlecode.com/svn/sandbox/fise/trunk/pom.xml for the agreed upon Maven groupId and artifactId name conventions.

Java package names

Start at eu.iksproject.fise.

Java code indentation etc.

We don't have time to care about this at the hackathon, try to avoid messing up other people's way of writing code.

Recommendations: use spaces instead of tabs, 4 spaces per indentation level, and if you really need to reformat code do a separate commit just for that, don't mix with code changes.