Why should a web architecture be loosely coupled?

Posted by Rookian on Stack Overflow See other posts from Stack Overflow or by Rookian
Published on 2010-05-19T19:14:14Z Indexed on 2010/05/19 19:20 UTC
Read the original article Hit count: 240

When I look at ASP.NET MVC projects I everytime see loose coupled architecture.

For what do I need a loose coupling in a web architecture (if I do not make unit tests)?

What are advantages and disadvantages of this?

© Stack Overflow or respective owner

Related posts about loose-coupling

Related posts about web-development