Merge branch 'master' into gcc_refactor
This commit is contained in:
commit
d1d47d8095
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
When reporting a bug make sure you search the existing github issues for the
|
When reporting a bug make sure you search the existing github issues for the
|
||||||
same/similar issues. If you find one, feel free to add a `+1` comment with any
|
same/similar issues. If you find one, feel free to add a `+1` comment with any
|
||||||
additonal information that may help us solve the issue.
|
additional information that may help us solve the issue.
|
||||||
|
|
||||||
When creating a new issue be sure to state the following:
|
When creating a new issue be sure to state the following:
|
||||||
|
|
||||||
@ -28,8 +28,8 @@ Following the coding conventions/styles used in the syntastic core:
|
|||||||
|
|
||||||
* Use 4 space indents.
|
* Use 4 space indents.
|
||||||
* Don't use abbreviated keywords - e.g. use `endfunction`, not `endfun` (there's always room for more fun!).
|
* Don't use abbreviated keywords - e.g. use `endfunction`, not `endfun` (there's always room for more fun!).
|
||||||
* Dont use `l:` prefixes for variables unless actually required (i.e. almost never).
|
* Don't use `l:` prefixes for variables unless actually required (i.e. almost never).
|
||||||
* Code for maintainabiliy. We would rather a function be a couple of lines longer and have (for example) some [explaining variables](http://www.refactoring.com/catalog/introduceExplainingVariable.html) to aid readability.
|
* Code for maintainability. We would rather a function be a couple of lines longer and have (for example) some [explaining variables](http://www.refactoring.com/catalog/introduceExplainingVariable.html) to aid readability.
|
||||||
|
|
||||||
# Syntax checker style notes
|
# Syntax checker style notes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user