Design Pattern for Make a Mind Mapping Application

616 views Asked by At

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

1

There are 1 answers

0
Eimantas On

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