cttee1 = ASF::Committee.preload
cttee2 = ASF::Committee.load_committee_info


cttee1 gets the LDAP committee info

cttee2 gets info from committee-info.txt


I find this rather confusing, and it seems to me that it is
error-prone and a bit of a maintenance headache, because the Committee
class is now defined in multiple files. If the same method name is
defined in two classes, which one will be used? I suspect it will
depend on the order the files are loaded.

Similar considerations apply to the Person class

Reply via email to