You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is better to use a namespace than a class to group related free functions that do not belong into an object. Such constructs already exist in the codebase (see the namespace Kernel or ThisThread) however coding conventions for these programming elements are not well defined. It would be nice to have an entry in the design guideline that explains what these entities are and how they must be coded.