S
Smith
Hi
I couldn't find a newsgroup discussing software architecure so now I'm trying
my luck here. Please redirect me if there's a newsgroup about architecture
![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
I've got the following scenario and wondering if there's a design pattern
that suits my needs.
I need to implement business logic with a lot of rules and wondering if
there's a design pattern that suits my needs? I'd like it to be flexible to
changes, additions and deletions.
Example:
A person is registered:
If male
- If older than 30
-- Has children
-- Has no children
--- More than two children
-- Is blue eyed
If female
- If older than 30
-- Has children
-- Has no children
-- Likes pizza
I couldn't find a newsgroup discussing software architecure so now I'm trying
my luck here. Please redirect me if there's a newsgroup about architecture
![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
I've got the following scenario and wondering if there's a design pattern
that suits my needs.
I need to implement business logic with a lot of rules and wondering if
there's a design pattern that suits my needs? I'd like it to be flexible to
changes, additions and deletions.
Example:
A person is registered:
If male
- If older than 30
-- Has children
-- Has no children
--- More than two children
-- Is blue eyed
If female
- If older than 30
-- Has children
-- Has no children
-- Likes pizza