Factory Method Mode: Delay to subclass to select implementation

Framework and Design Patterns What is the framework: Framework is semi-finished software that can complete certain functions. What does a framework do: it can accomplish certain functions and speed up application development; Provides a sophisticated program architecture. The relationship between framework and application: who does a ...

Added by thatsme on Wed, 01 Dec 2021 21:33:04 +0200

Using PlantUML to draw UML class diagram

When writing technical documents, people often need to draw UML diagrams. Many people use PrecessOn or darw.io to draw UML, which is barely available but not professional. Here is a tool for drawing UML: PlantUML 1. PlantUML PlantUML was born in 2009. Many people know it, but few people use it. Because it uses special DSL for drawing, compare ...

Added by tentaguasu on Mon, 11 Oct 2021 21:22:54 +0300