The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Reducing Code Complexity

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
Jonathan Crossland

Posts: 630
Nickname: jonathanc
Registered: Feb, 2004

Jonathan Crossland is a software architect for Lucid Ocean Ltd
Reducing Code Complexity Posted: Jul 27, 2005 2:56 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jonathan Crossland.
Original Post: Reducing Code Complexity
Feed Title: Jonathan Crossland Weblog
Feed URL: http://www.jonathancrossland.com/syndication.axd
Feed Description: Design, Frameworks, Patterns and Idioms
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jonathan Crossland
Latest Posts From Jonathan Crossland Weblog

Advertisement



Using Decision Tables/Trees can greatly reduce the act of "distinguishing" objects. Every decision has a result, you can further reduce complexity by abstracting the action that occurs given a result.

Composite, Command, Chain of Responsibility, Abstract Factory


Read: Reducing Code Complexity

Topic: Geek Notes 2005-07-26 Previous Topic   Next Topic Topic: TeamSystemRocks.com

Sponsored Links



Google
  Web Artima.com   

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