0

Ok see this "trend" of adding a number 2 to a class name. To denote the new version of an object, surely I'm not the only person who thinks this is horrible. E.g Entity2, Renderder2 etc. It just creates a really bad API, I understand it's needed for backwards compatibility, but honestly there must be a better way....

Comments
  • 4
    There ARE better ways. Please do not, I repeat DO NOT continue with that monstrosity.
  • 0
    @antorqs Glad to see someone agrees with me. I just cringe when I see class names like that.
  • 0
    @antorqs what are the better ways?
  • 2
    @DeadInside if you changed something then the name should describe it accordingly. If you didnt change it then the number stuff should not happen
  • 1
    @hubiruchi Okay. So like Renderer and RendererWithSparkles? Makes sense. Thanks.
Add Comment