Skip to content
Snippets Groups Projects
Commit 40a28b59 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Update guidelines.md

parent 4d2539e5
No related branches found
No related tags found
No related merge requests found
<!--- Copyright 2013-2017 CS Systèmes d'Information <!--- Copyright 2013-2018 CS Systèmes d'Information
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
...@@ -11,14 +11,11 @@ ...@@ -11,14 +11,11 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
# Development Guidelines
Development Guidelines
======================
The following guidelines are used for Rugged development. The following guidelines are used for Rugged development.
Development # Development
-----------
Rugged is an intermediate level library. It may be used in very different Rugged is an intermediate level library. It may be used in very different
contexts which cannot be foreseen, from quick studies up to critical contexts which cannot be foreseen, from quick studies up to critical
...@@ -84,13 +81,12 @@ difficult to catch bugs are caused by mutable objects that are changed in some d ...@@ -84,13 +81,12 @@ difficult to catch bugs are caused by mutable objects that are changed in some d
buried code and have an impact on user code that forgot to perform a defensive copy. buried code and have an impact on user code that forgot to perform a defensive copy.
Orbits, dates, vectors, and rotations are all immutable objects. Orbits, dates, vectors, and rotations are all immutable objects.
Style Rules # Style Rules
-----------
For reading ease and consistency, the existing code style should be For reading ease and consistency, the existing code style should be
preserved for all new developments. The rules are common ones, inherited preserved for all new developments. The rules are common ones, inherited
mainly from the Sun [Code Conventions for the Java mainly from the Sun :interrobang:[Code Conventions for the Java
Programming Language](http://java.sun.com/docs/codeconv/) guide style and Programming Language](http://java.sun.com/docs/codeconv/) :interrobang: guide style and
from the default [checkstyle](http://checkstyle.sourceforge.net/) tool from the default [checkstyle](http://checkstyle.sourceforge.net/) tool
configuration. A few of these rules are displayed below. The complete configuration. A few of these rules are displayed below. The complete
definition is given by the checkstyle configuration file in the project definition is given by the checkstyle configuration file in the project
...@@ -153,8 +149,7 @@ root directory. ...@@ -153,8 +149,7 @@ root directory.
_star_ imports are forbidden, parameters and local variables are final _star_ imports are forbidden, parameters and local variables are final
wherever possible. wherever possible.
Design Rules # Design Rules
------------
* *coverage* (validation) * *coverage* (validation)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment