-
Notifications
You must be signed in to change notification settings - Fork 173
Design Goals
anandkunal edited this page Aug 16, 2012
·
2 revisions
These design goals should be consulted when introducing new features. None of the following are hard and fast rules - consider this as a guide.
-
Toro should be as fast as possible.
-
Toro should have an intuitive API - programming an application should beceome familiar after a developer's first experience.
-
Toro should get out of the way - developers should not be locked into any specific framework and allowed to use their preferred tools and methodologies.
-
Toro should stay lean - a small codebase is predictable and easy to test.
-
Toro should never grow into a large framework - PHP is fine HTTP abstraction layer.