I don't know whether this is worse or better than before. At least it would allow us to dynamically load config files or set a global debug flag in the future.
@C0rydoras what's your opinion on this?
I'm using classes mainly because this allows me to have a config and libtimed object in the scope of all functions that I can control from within a method without overwriting a global variable which is also quite ugly.
I don't know whether this is worse or better than before. At least it would allow us to dynamically load config files or set a global debug flag in the future.
@C0rydoras what's your opinion on this?
I'm using classes mainly because this allows me to have a config and libtimed object in the scope of all functions that I can control from within a method without overwriting a global variable which is also quite ugly.