IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
Air Shower Physics
corsika
Commits
ee0e741d
Commit
ee0e741d
authored
5 years ago
by
ralfulrich
Committed by
Ralf Ulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
added point about type names in template definitions
parent
ebefb05c
No related branches found
No related tags found
2 merge requests
!234
WIP: Initial example of python as script language from C++
,
!66
Update project docs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+2
-1
2 additions, 1 deletion
CONTRIBUTING.md
with
2 additions
and
1 deletion
CONTRIBUTING.md
+
2
−
1
View file @
ee0e741d
...
@@ -53,7 +53,8 @@ While `clang-format` does the structural formatting, we still need to agree on n
...
@@ -53,7 +53,8 @@ While `clang-format` does the structural formatting, we still need to agree on n
-
Any class getter begins with "Get", and setter with "Set". Logical getters start with "Is" or "Has".
-
Any class getter begins with "Get", and setter with "Set". Logical getters start with "Is" or "Has".
-
enums should be "enum class"
-
enums should be "enum class"
-
Function parameter names start with "v"
-
Function parameter names start with "v"
-
Normal variable names in code start non-capital, and they cannot start with a "prefixed" v, f, fg, or g character
-
types in template definitions start with "T"
-
Normal variable names in code start non-capital, and they cannot start with a "prefixed" v, T, f, fg, or g character
-
We use namespaces to avoid clashes and to structure code
-
We use namespaces to avoid clashes and to structure code
-
*Everything*
is part of the corsika namespace
-
*Everything*
is part of the corsika namespace
...
...
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