Open guparan opened 6 years ago
not possible by a script?
Hello,
Nice work Guillaume,
In sofa I often see the use of first uppercase to indicate static method...so 'I'nit() is misleading. cannot use a different naming scheme (or stop using uppercase to indicate static method ;).
Note from a dev meeting: what if we create a doInit() method instead of meta Init() ?
This is linked to #274
All Components in SOFA need to call
Inherit1::init()
in their init() to propagate the init process to base classes.A solution to this problem was proposed in #754 but not accepted. Better solution has been implemented in https://github.com/guparan/sofa/tree/fix_call_super_code_smell and needs a final (big and boring) work to be ready: removing all existing init super calls.
To be done during a sprint...
Suggested labels: