On Mon, Jul 6, 2015, at 10:29 AM, Scott Jones wrote: > The problem is, how are you going to police all of the _ accesses, to > give somebody crap about it? Are you going to have to grep all of the > registered packages constantly? >
This seems like something a Linter could check, and organizations that want to enforce that as a coding standard could certainly do it in an automated way. For that matter the Linter could disallow any directly field access and enforce the use of accessor functions. -s
