The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Design Smell

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Slava Imeshev

Posts: 114
Nickname: imeshev
Registered: Sep, 2004

Slava Imeshev is a Software Engineer with experience that began when machines were big
Design Smell Posted: Dec 6, 2005 2:06 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Slava Imeshev.
Original Post: Design Smell
Feed Title: Slava on Everything
Feed URL: http://jroller.com/imeshev/feed/entries/rss
Feed Description: Slava Imeshev's Weblog
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Slava Imeshev
Latest Posts From Slava on Everything

Advertisement


If you had a chance to read a great "Refactoring" book, there is a notion of "Code Smell" there - the code cries for improvement. I think same applies to design also. These are my favorite signs of "design smell" that signal severe project troubles:

Design smells if the following design approaches are present:

- Design is generic and framework based;
- Processing is asychronous;
- Everything is XML-driven;
- Application is highly configurable;
- Rule-engine under development.

The ulimate "design smell" A.K.A "design stink" reads the following: "An asynchrounous rule engine-based XML-driven configurable framework". If you come across somethig like this - run like hell from it if you can.

Read: Design Smell

Topic: About those $100 laptops Previous Topic   Next Topic Topic: The Power Equation is shifting

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use