kalwalt / webarkit-jsfeat-cpp

c++ jsfeat version
GNU Lesser General Public License v2.1
6 stars 3 forks source link

Avoid using pointers #27

Open kalwalt opened 1 year ago

kalwalt commented 1 year ago

It will be preferable to NOT use pointers as much as possible. For example in case of arguments as function(Matrix_t* m) use std::unique_ptr or std::shared_ptr