- 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.
推薦閱讀
- AngularJS入門與進階
- Node.js Design Patterns
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Mastering ServiceStack
- Angular UI Development with PrimeNG
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Vue.js入門與商城開發實戰
- PyQt從入門到精通
- WSO2 Developer’s Guide
- Python:Master the Art of Design Patterns
- App Inventor創意趣味編程進階
- Practical Game Design with Unity and Playmaker
- Arduino計算機視覺編程
- Troubleshooting Citrix XenApp?
- 實戰Java高并發程序設計(第2版)