制作思维导图应用程序的设计模式
制作思维导图风格应用程序(如 MindMiester、XMind 等)最合适的模式是什么?复合或装饰器或其他模式?
What is the best suitable pattern for making a Mind Mapping Style Application like MindMiester, XMind, etc. Composite or Decorator or another pattern ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设计模式是为了在创建软件时解决代码/库/框架级别的算法/面向对象问题,而不是为了软件本身的目的。
Design patterns are for solving algorithmic/object oriented problems in code/library/framework level when creating software, not for purposing the software itself.