This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:core:coding-standards [2012/10/24 11:06] Den Approved |
dev:core:coding-standards [2013/09/05 08:54] (current) Den Approved |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Coding standards ====== | ====== Coding standards ====== | ||
- | If you decided to write code for OpenWack make sure you observe code style standards described in this convention. | + | If you decided to write code for Oxwall make sure you observe code style standards described in this convention. |
- | You don't HAVE to make your code look fancy to write a great plugin but think how others looking at your code would appreciate if it's written alike the rest of the OpenWack code. All rules in this convention are not taken "because we like it so" but were elaborated with readability, portability, compatibility, fail-safety and general acceptability in mind. | + | You don't HAVE to make your code look fancy to write a great plugin but think how others looking at your code would appreciate if it's written alike the rest of the Oxwall code. All rules in this convention are not taken "because we like it so" but were elaborated with readability, portability, compatibility, fail-safety and general acceptability in mind. |
===== General ===== | ===== General ===== |