Skip to content

Commit 288a1ec

Browse files
committed
Add Namespace and Class notes
1 parent 4fd7a4e commit 288a1ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ Coding
3838
* Update the CHANGELOG.md file with your changes
3939
* Backward Compatibility breaks: In case you break backward compatibility, provide details on why this is needed.
4040
* Merge: No one should ever merge his own pull request
41+
42+
43+
## Name Spaces & Classes
44+
Most name spaces and classes are self explanotary and use cases can be taken from classes which already exist.
45+
46+
### Tool Namespace
47+
The namespace Tool is used for making more complex functionality of Elastica available to the users. In general it maps existing functionality of Elastica and offers simplified functions.
48+
49+
### Util Class
50+
The util class is used for all static functions which are used in the Elastica library but don't access the library itself.

0 commit comments

Comments
 (0)