- Presentation logic
Separation of
business logic from presentation logic is an important concern for software development.cite book
first = Terence John
last = Parr
title = Enforcing strict model-view separation in template engines
publisher = Proceedings of the 13th international conference on World Wide Web
year = 2004
id = 1-58113-844-X ]One major rationale behind "effective separation" is the need for maximum flexibility in the code and resources dedicated to the presentation logic.cite web
url=http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=21
title=Separation of Business Logic from Presentation Logic in Web Applications
date=2003-07-19
author=Paragon Corporation] Client demands, changing customer preferences and desire to present a "fresh face" for pre-existing content often result in the need to dramatically modify the public appearance of web content while disrupting the underlying infrastructure as little as possible.The distinction between "presentation" (front end) and "business logic" (infrastructure) is usually an important one, because:
* the presentation source code language may differ from other code assets;
* the production process for the application may require the work to be done at separate times and locations;
* different workers have different skill sets, and presentation skills do not always coincide with skills for coding business logic;
* code assets are easier to maintain and more readable when disparate components are kept separate and loosely coupled;References
Wikimedia Foundation. 2010.