Using “Base” in a Class Name

前端 未结 13 2074
旧巷少年郎
旧巷少年郎 2020-12-30 21:07

Is it acceptable to use the word \'Base\' in a class name which is a the bottom of the inheritance tree?

I have always found this a bit of a cop-out, just wondering

13条回答
  •  时光取名叫无心
    2020-12-30 21:36

    I also side with the no camp...place a Base in there today and in 6 months someone will whack a MyDerivedClass class in you code base while you're not looking.

提交回复
热议问题