foundrycf / fpm

a package manager for foundry
http://fpmcf.org/
4 stars 2 forks source link

Remove require() statements from all cfc's within FPM #5

Closed jfrux closed 11 years ago

jfrux commented 11 years ago

Not because I don't like to use require(), but because this is kind of a base component for foundry I want it to be as stable as possible with little questionable logic to get in the way.

It will have enough work to do, and doesn't need foundry require() and it''s caching getting in the way of it's work load.

jfrux commented 11 years ago

This is invalid information since we added foundry caching. It's actually smarter to use require() than to init new components each time.