Skip to content

Commit 9e3cebf

Browse files
committed
Add best practices section to README [ci skip]
1 parent 38f1b25 commit 9e3cebf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,9 @@ It's the same thing. We say module because Gephi is a modular application and is
193193
#### When running the plugin in Netbeans I get an error "Running standalone modules or suites requires..."
194194

195195
This error appears when you try to run a module. To run Gephi with your plugin you need to run the `gephi-plugins` project, not your module.
196+
197+
## Best practices
198+
199+
### Code quality
200+
201+
- Write your code in English, so it can be best reviewed and maintained.

0 commit comments

Comments
 (0)