|
| Problem solving with Architecture vs "Logic" |
 |
Fri, 4 Apr 2008 13:55:23 -0400 |
In writting test patterns: In Interpreter, Mediator, and Specification I
noticed that:
* The bulk of the code is in class definitions.
* Procedures are 1 liners or a simple iterator.
* The problem is solved through the architecture and not through blocks of
complex logic.
Therefore, is it possible to solve problems not through loads of logic but
rather through an architecture?
-Bill
|
| Post Reply
|
| Re: Problem solving with Architecture vs "Logic" |
 |
Fri, 04 Apr 2008 19:38:18 +010 |
William Egge a écrit :
> Therefore, is it possible to solve problems not through loads of logic but
> rather through an architecture?
The simple answer is yes, but then again it could be no :-)
Joanna
--
Joanna Carter [TeamB]
|
| Post Reply
|
|
|
|
|
|
|
|
|
|