Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
c0cb8e9f
Commit
c0cb8e9f
authored
Nov 12, 2015
by
Sander van der Zeeuw
Browse files
does changed in do
parent
28f14362
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/developer/code-style.md
View file @
c0cb8e9f
# Developer - Code style
## General rules
-
Variable names should always be in
*camelCase*
and do
es
**not**
start with a capital letter
-
Variable names should always be in
*camelCase*
and do
**not**
start with a capital letter
```
scala
// correct:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment