UnionOfRAD / li3_quality

(unmaintained) Code quality assurance for li₃.
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Remove Rules::__init() #79

Closed wms closed 10 years ago

nateabele commented 10 years ago

Rather than have a call in the class file, it'd be better to move this to an accessor that gets initialized on first use.

bayleedev commented 10 years ago

To get the tests to pass you'll need to update this array to ignore this "special case".

What is the purpose of this change?

wms commented 10 years ago

@blainesch - Compatibility with https://github.com/UnionOfRAD/lithium/pull/985

wms commented 10 years ago

@nateabele - This is the same approach used to initialize several core classes.

nateabele commented 10 years ago

I know,,, those need to change as well. One thing at a time.