Quote:
Originally Posted by jacob9706
I have found that this way just bloats code. my old team switched to java this year from C++ and ended up with ~50 classes for what would have been ~10 in c++. I am however creating a scheduler for python. there is a thread around here called "need some feedback" with a link to the github. it still has yet to be tested on a robot but preliminary testing seems very promising.
|
I'm not really sure how that "bloats" code. Many small classes is better than few large classes.