0

What is the best suitable pattern for making a Mind Mapping Style Application like MindMiester, XMind, etc. Composite or Decorator or another pattern ?

Hensembryan
  • 1,067
  • 3
  • 14
  • 31
  • 5
    Who said you'd need exactly one design pattern for a given piece of software? How about, you know, checking out the problems (in a very broad sense) such software has to solve and devising solutions to them, using as many or few design patterns as appropriate? –  Oct 16 '11 at 15:26

1 Answers1

1

Design patterns are for solving algorithmic/object oriented problems in code/library/framework level when creating software, not for purposing the software itself.

Eimantas
  • 48,927
  • 17
  • 132
  • 168