I am working on a UI where the top level, logical grouping of display objects is 2-D or 3-D (variety of objects can be displayed either two dimensionally or three dimensionally.)
My language of choice does not allow for numeric characters to be the first character of an identifier (not actually aware of any that do) so I'm looking for a sane and legible prefix to use. I have thought of:
- Ddd (e.g. DddObject or DdObject)
- ThreeD (e.g. ThreeDObject or TwoDObject)
But both options look ugly and weird to me. Has anyone come up with a cleverer replacement to 2-D and 3-D object naming?