-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor STEP3 #115
Refactor STEP3 #115
Conversation
It looks like it is a controller... (but in that cas why exposing it to python ?) Further refactoring should be added.
They are un-needed and bloat the namespace.
Hi @damienmarchal, thanks for working on this component. |
It is important to always keep only the neededs includes. Having un-needed includes: - slow down compilation time - increase (non linearly) the amount of file to recompile on change - make the code appears more complex and entangled that it is actually.
@adagolodjo did you check that the scenes are still working ? On my side without unitttests it is very hard for me to be sure I'm not breaking things while refactoring. So I would advocate to really add much more automated testing an regression tests in cosserat |
Hi @damienmarchal, Not yet, because I thought we would fix the problem on the CI first. But I'll take the branch and see if it compiles on my machine. |
Worked on PointManager.
@adagolodjo is this a controller ? or no