utilphp
utilphp copied to clipboard
1.2 BC break to refactor loose data
OK,
I propose you change the scope level of all of util's public properties to private
. There is very little good reason for the end-dev to ever use them, and if there becomes a need, a getter method can be provided.
This is a minor BC break, so I don't think it'd require an upping of the major version to 2.
It looks like the code base has stabilized enough to actually consider this now. What's your opinion?
Yeah I agree, I'm going to make the change