Deprecated: Assigning the return value of new by reference is deprecated in /home/techmasa/public_html/wp-content/plugins/sem-cosmos-link/sem-cosmos-link.php on line 90

Deprecated: Assigning the return value of new by reference is deprecated in /home/techmasa/public_html/wp-content/plugins/sem-recent-posts.php on line 942

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/techmasa/public_html/wp-content/plugins/sem-cosmos-link/sem-cosmos-link.php:90) in /home/techmasa/public_html/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 121

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/techmasa/public_html/wp-content/plugins/sem-cosmos-link/sem-cosmos-link.php:90) in /home/techmasa/public_html/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 121
TechMasala - Technology Spice Rack » 2006 » June » 14

Archive for June 14, 2006

Don’t Repeat Yourself (DRY)

When executing a project, we are very good at duplicating a process/code/design at several places. For example if you consider design, with so many frameworks in place in the industry that adress an area of concern, one might designing something that might already be there which has been designed and coded effectively and tested. The DRY principle is to make sure that you are not repeating a process/code/design/architecture in your project. If the separation of conerns has been done effectively, a change in one concern should not affect any other concern and modifications are not needed all over. If the DRY principle is not followed strictly you would run into maintenance issues making changes wherever there is repetition. More on DRY principle here.


Deprecated: Function ereg_replace() is deprecated in /home/techmasa/public_html/wp-content/plugins/sociable/sociable.php on line 64
Blink this Don't Repeat Yourself (DRY) at blinklist.com    Bookmark Don't Repeat Yourself (DRY) at blogmarks    Bookmark Don't Repeat Yourself (DRY) at del.icio.us    Digg Don't Repeat Yourself (DRY) at Digg.com    Fark Don't Repeat Yourself (DRY) at Fark.com    Bookmark Don't Repeat Yourself (DRY) at Furl.net    Bookmark Don't Repeat Yourself (DRY) at NewsVine    Bookmark Don't Repeat Yourself (DRY) at reddit.com    Bookmark Don't Repeat Yourself (DRY) at Simpy.com    Bookmark Don't Repeat Yourself (DRY) at Spurl.net    Bookmark Don't Repeat Yourself (DRY) with wists    Bookmark Don't Repeat Yourself (DRY) at YahooMyWeb

Comments      Cosmos


Creative Commons License  This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.