SingletonSingleton
Singleton is something that to my knowledge, does not exist in Clarion. In both Java and C# it is in use. Simplified, it describes an object that can only be instantiated once. Normally, copies are cheap, but it happens that it is wise to have a few limitatins. Today I were to create a holydaysfunction… Les mer »