开发者

What's the design pattern I must draw attention when i develop vector editor?

开发者 https://www.devze.com 2023-02-19 15:35 出处:网络
What\'s开发者_如何学Go the design pattern I must draw attention when i develop vector editor? Now I use composite pattern (composite draw objects) and fabric method - for creation draw objects, which

What's开发者_如何学Go the design pattern I must draw attention when i develop vector editor?

Now I use composite pattern (composite draw objects) and fabric method - for creation draw objects, which make user.

And what is the patterns i can use for my vector editor?


Most likely you need these:

  • Composite Pattern
  • Visitor Pattern
  • Command Pattern

And after that, you may need these as well:

  • Strategy
  • Decorator
  • Observer
0

精彩评论

暂无评论...
验证码 换一张
取 消