08 September 2007
Good Principles
I was randomly reading the website for Tapestry, which is a Java web application framework. I make no use of Tapestry on this but I like their principles:
- Simplicity - web applications shouldn't be rocket science!
- Consistency -what works in small applications should work in large applications. Different developers should find similar solutions to similar problems.
- Efficiency - applications should be performant and scalable
- Overall: The simplest choice should be the correct choice.
Sounds good to me.
Labels: approach
