Pages

Tuesday, December 24, 2013

Builder Pattern Implementation in Fortran

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

No comments:

Post a Comment