add more info to code styling

master
Jordach 2017-04-02 12:31:27 +01:00
parent b86b4c8f5b
commit 64eefbac04
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# Solar_Plains
Apparently I need to change something for Git to register it...
# Code Styling:
Use tabs - any editor can configure a single tab into X amount of spaces.
Keep it simple and modular - if it stops working in one version but works in another; it's entirely replaceable.
Use each mod's namespace for functions; you may never know when another item implements something similar.
Try and reuse code whenever possible. Beds is an example that shows that this is possible.