igorw / yolo

The microframework with swag.
yolophp.computer
MIT License
200 stars 27 forks source link

[RFC] use constants from the application class for event priorities #2

Closed cordoval closed 11 years ago

cordoval commented 11 years ago

baby

igorw commented 11 years ago

I don't really want to do this, because:

The Application is a facade-ish, it wraps around the internals. So the facade can depend on the rest of yolo, but the rest should not depend on the facade. It would be a circular dependency.

It's not that dramatic, but considering YOLO tries to be as clean as possible, kind of makes sense to keep it separate.

igorw commented 11 years ago

PS: nice gif!