IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Antonio Augusto Alves Junior
corsika
Commits
4c21e541
Commit
4c21e541
authored
5 years ago
by
Maximilian Reininghaus
Browse files
Options
Downloads
Patches
Plain Diff
Update CONTRIBUTING.md
parent
af9a7756
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+3
-1
3 additions, 1 deletion
CONTRIBUTING.md
with
3 additions
and
1 deletion
CONTRIBUTING.md
+
3
−
1
View file @
4c21e541
...
...
@@ -54,7 +54,9 @@ While `clang-format` does the structural formatting, we still need to agree on n
-
enums should be "enum class"
-
Function parameter names start with "v"
-
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
-
Normal variable names in code start non-capital. To avoid confusion with these special identifiers
described above in case an identifier starts with
`v`
,
`T`
,
`f`
,
`fg`
, or
`g`
, this prefix may not be
followed by a capital letter. i.e.
`funkyVariable`
is allowed while
`vLooksLikeArgument`
is not.
-
We use namespaces to avoid clashes and to structure code
-
*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