---
Fubu is an acronym which means "For us, by us." After using the
Microsoft ASP.NET MVC Beta framework and disagreeing with some of the
design choices made therein, several of us decided to try to bend it
to our design choices using its extensibility points. Eventually we
reached our goal, but we realized we had overrode or replaced large
portions of the MVC framework. At this point, it was suggested that
maybe we take it one step further and write our own MVC framework
starting at the same layer where ASP.NET MVC begins. This is the
realization of that suggestion.
To be clear: This framework is NOT based on the ASP.NET MVC Framework
at all. It is inspired by it, however.
---
Nama mcm pelik je :P
Antara design decision yg dia disagree tu ialah elemen2 dynamic
language yg digunakan (melalui anonymous object) contohnya semasa nak
register routes dan dalam controller action. Cara ni mmg mirip dgn
Rails, tapi dalam dunia strongly typed language, cara ni susah sbb
prone to error dan susah nak discover API tu (sbb tak boleh
intellisense), so diorang propose a more "strongly typed" way to do
stuff.