Wednesday, September 20, 2017

Design Pattern and Opject Oriented Programming

Design pattern is the methodology or technique for Object oriented programming. There are more then 20 methods of design pattern.

There are thousands of programmer in the word who are research on design pattern techniques. University researcher also learn about the design pattern and object oriented programming. Design pattern makes the life easy and robust the code for the programmers. We should follow the rules and technique to use in the projects.

Singleton is one of the technique which is more usable for good developers. Like singleton, there are more rule in object oriented programming. Today's world, there are lot of CMS (Content Management System) or framework for build a projects. Different CMS use different design pattern technique based on their requirements or need.

A good developer should know about the design pattern techniques. Like Magento CMS, there are used more then 15 design pattern techniques. One call can return whole object for reuse the data following design pattern and OOP concepts. It reduce the query to build the structural code base CMS.

So, following the OOP concept one can reduce the lines of code to become smaller in size of code. Another way of reducing the complexity to follow the structural way of contents or folders. Because structural code can reduce the complexity to other for understand the developed application.

No comments: