Set name of things automatically?
virtuald opened this issue · 2 comments
virtuald commented
Someone's code had a lot of these in their command constructors:
self.setName(__class__.__name__)
Seems like there are a lot of cases where this would be useful.
auscompgeek commented
Both the C++ and Java versions automatically use the class name too. No reason we shouldn't as well.
virtuald commented
The pure python rewrite does this.