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: docs/source/Contribution.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,5 +27,6 @@ If you want to develop the library it self, you are very welcomed! We are excite
27
27
* Don't care about swarmming
28
28
* follow the KISS (Keep it Simple Stupid) principle
29
29
* Configuration files are evil (Looking at you NuPIC)
30
+
* Avoid raw pointers. They are evil
30
31
31
32
If you are adding a dependency to the library. Please discuss it in a relevant thread or make a new issue. For now, we are actively avoiding [Boost](https://www.boost.org/) and try to stick to STL as much as possible. Using Boost might lead to trouble later on. But we might decide use Boost later on.
0 commit comments