Slide 15
Slide 15 text
• PHP frameworks are proliferating, and Rails doesn’t help.
• Having an architecture like MVC can be a really good thing, but:
• Everybody has a different idea about how this ought to be
implemented
• Some of the ideas are really twisted
• Some make it hard to do very basic things simply
• Code bloat
• Which framework?
• No dominant paradigm yet, ergo little help with
maintainability
Have
a
clear,
simple,
architecture
that
is
easy
to
add
to,
easy
to
explain
to
new
developers,
and
easy
to
remember
now
or
in
two
or
five
years’
*me.
Frameworks
and
Architectures:
use
and
abuse
15