mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-17 16:09:27 +01:00
Updated.
This commit is contained in:
parent
eb2deeb801
commit
ed14dcb9c5
@ -24,6 +24,10 @@ Imports should always happen at the top of the module, one import per
|
||||
line (so if imports need to be added or removed later, it can be done
|
||||
easily).
|
||||
|
||||
Unless absolutely required by some external force, imports should be
|
||||
ordered by the string length of the module imported. I just think it
|
||||
looks prettier.
|
||||
|
||||
A blank line should be between all consecutive method declarations in
|
||||
a class definition. Two blank lines should be between all consecutive
|
||||
class definitions in a file. Comments are even better than blank
|
||||
|
Loading…
Reference in New Issue
Block a user