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
The project is suffering from a really bloated codebase. It should be cleaned up.
This includes having namespaces added (to not pollute the global scope with functions) and have correct access modifiers to internal methods and variables.
The text was updated successfully, but these errors were encountered:
I couldn't agree more and we're slowly moving towards this.
I started the process by adding some much needed tests around the TLD handlers (which is still in progress), but the end goal has always been to eliminate the PHP 4 era structure in favor a fully namespaced structure implementing today's best practices.
The project is suffering from a really bloated codebase. It should be cleaned up.
This includes having namespaces added (to not pollute the global scope with functions) and have correct access modifiers to internal methods and variables.
The text was updated successfully, but these errors were encountered: