You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,13 @@ Coding
38
38
* Update the CHANGELOG.md file with your changes
39
39
* Backward Compatibility breaks: In case you break backward compatibility, provide details on why this is needed.
40
40
* 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