On Fri, 2009-06-26 at 16:31 +0200, Robert Millan wrote:
> Btw, what is MVC anyway? :-)

http://en.wikipedia.org/wiki/Model-view-controller

It's a popular design pattern in designing business applications, which
discourages hardcoding the rules (business logic) into the data
structures and the user interface.

I'm not sure if we have anything corresponding to the business logic in
GRUB (perhaps password checking could fit there).  The view (i.e. the
menu) is already separate from the data (if that means the OSes to be
loaded).

-- 
Regards,
Pavel Roskin


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to