Avoid going through ICore when it's not necessary
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
Please register or sign in to comment
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.