Builder pattern is one of the most widely used and useful design pattern. The idea is to separate creation logic from the class so as to provide better encapsulation and make an object immutable for the client. This is a creational pattern because it facilitates the object creation logic.
Following is an implementation of builder in Fortran:
GitHub - Builder Pattern
Fork
Following is an implementation of builder in Fortran:
GitHub - Builder Pattern
No comments:
Post a Comment