Skip to content

Commit

Permalink
It seems that undescore doesn't need escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 4, 2015
1 parent d0af236 commit d8e7ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/developer-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ If you want to contribute and write some code, I will strictly insist on these r

- There is no way how to correctly align with tabs

3. Use ``camelCase`` for naming files, ``CamelCase`` for classes, ``underscore\_case`` for methods and variables
4. There are no access modifiers, so use prefix ``\_`` for private things
3. Use ``camelCase`` for naming files, ``CamelCase`` for classes, ``underscore_case`` for methods and variables
4. There are no access modifiers, so use prefix ``_`` for private things

There is an example code following our coding style

Expand Down

0 comments on commit d8e7ff2

Please sign in to comment.