Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Rugged
Commits
40a28b59
Commit
40a28b59
authored
6 years ago
by
Guylaine Prat
Browse files
Options
Downloads
Patches
Plain Diff
Update guidelines.md
parent
4d2539e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/site/markdown/guidelines.md
+7
-12
7 additions, 12 deletions
src/site/markdown/guidelines.md
with
7 additions
and
12 deletions
src/site/markdown/guidelines.md
+
7
−
12
View file @
40a28b59
<!--- Copyright 2013-201
7
CS Systèmes d'Information
<!--- Copyright 2013-201
8
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment