最受欢迎的教程
Memento Pattern Tutorial
39,941浏览次数
This tutorial is aimed to guide the definition and application of memento design pattern. By reading this tutorial, you will know how to develop a model for the memento pattern, and how to apply it in practice.
Flyweight Pattern Tutorial
39,917浏览次数
This tutorial is aimed to guide the definition and application of flyweight design pattern. By reading this tutorial, you will know how to develop a model for the flyweight pattern, and how to apply it in practice.
How to Tidy-Up Diagrams with Sweeper and Magnet?
39,882浏览次数
- Creating space using Sweeper
- Adding shapes in created space
- Removing space using Magnet
Establish and Maintain Sensible Business with Decision Table
39,625浏览次数
- Understand how decision table can help maintain sensible business
- Learn how to compare rules in decision table
Business Logic Discovery with Decision Table
39,167浏览次数
- Learn how to discover business logic with decision table
- Try to edit a decision table by adding a rule
How to Establish Multiple "Names" for a Model with Nickname?
38,918浏览次数
- Creating a nickname
- Giving nickname-specific name
- Giving nickname-specific documentation
Move Class to Library Project through Refactoring
38,664浏览次数
- Study class diagram
- Refactor library classes to library project
Interpreter Pattern Tutorial
38,508浏览次数
This tutorial is aimed to guide the definition and application of interpreter design pattern. By reading this tutorial, you will know how to develop a model for the interpreter pattern, and how to apply it in practice.