Abdelrazak Younes wrote:
rgheck wrote:After working on some other things, I'm given to ask this question: Would it be better if global objects such as baseclasslist (the old textclasslist) were replaced by singletons?Yes.
OK, well, having just done one, it'll be easy enough to do another. Especially now that I've remembered how to use sed: sed -i -e's/textclasslist/TextClassList::get()/g' $(find -name '*.h' -o -name '*.cpp') will be my friend. rh