- Spring 5 Design Patterns
- Dinesh Rajput
- 109字
- 2021-07-08 09:59:34
Common problems where you should apply Builder pattern
In an enterprise application, you can apply the Builder pattern where the object creation has been done by using multiple steps. In each step, you do a portion of the process. In this process, you set some required parameters and some optional parameters, and after the final step, you will get a complex object.
The Builder pattern is an object creation software design pattern. The intention is to abstract the steps of construction so that different implementations of these steps can construct different representations of objects. Often, the Builder pattern is used to build products in accordance with the composite pattern.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Visual FoxPro程序設計教程(第3版)
- 零起步玩轉掌控板與Mind+
- Java Web基礎與實例教程(第2版·微課版)
- Python Tools for Visual Studio
- 信息技術應用基礎
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Learning Three.js:The JavaScript 3D Library for WebGL
- Java EE 8 Application Development
- Mastering ROS for Robotics Programming
- Serverless computing in Azure with .NET
- Active Directory with PowerShell
- jQuery炫酷應用實例集錦
- CoffeeScript Application Development Cookbook