glueckpress / stringintelligenz

[Discontinued] Inclusive WordPress localization
https://wordpress.org/plugins/stringintelligenz/
GNU General Public License v3.0
11 stars 2 forks source link

Separate construction from initialization #3

Closed tfrommen closed 8 years ago

tfrommen commented 8 years ago

In the current code, the constructor does too much work. I suggest to separate the actual construction of the class instance from initializing the object (i.e., hooking up methods).

If you're interested in that, I can provide a PR including an optimized class.