Naming scheme for singletons

Issue #134 resolved
brian soe created an issue

Singletons should have a unique naming scheme to identify them, so that the overall naming scheme would look like:

Structs: SMyName

Class: CMyName

Singleton: CSingleton<SMyName> SMyNameGlobal or MyNameGlobal

 rather than

Singleton: CSingleton<SMyName> CMyName which is can be confused as a class of MyName.

Comments (2)

  1. Samir Menon repo owner

    That is a very good idea. As of now SCL only has CDatabase and an Object Map.

    The Database is obvious. And I've changed the object map to CDatabaseDynObj

  2. Log in to comment