What are Desing Patterns ?
Sitting in front of your box, you look through the window and thinking how to write a newly assinged program module. On top of the head you know what needs to be done ?
What classes need to be desinged ?
What objects are going to be which part of the layers ?
How will these object across the layers giong to communicate ?
But you have this underlying thing making you feel there is a more elegant way to get it done.
The more you picturise your module in mind the more easy its going to be to achieve the task.
So what are Design pattersn exactly ?
Definition : Convenient ways of reusing object oriented code between projects and developers.
We frequently write down and catalog common internactions between objects that developers have frequently found useful.
Design patterns are not written, rather they are discovered while coding.
This process of looking for patterns in the during development are called "patterns mining."
Sanjar
What classes need to be desinged ?
What objects are going to be which part of the layers ?
How will these object across the layers giong to communicate ?
But you have this underlying thing making you feel there is a more elegant way to get it done.
The more you picturise your module in mind the more easy its going to be to achieve the task.
So what are Design pattersn exactly ?
Definition : Convenient ways of reusing object oriented code between projects and developers.
We frequently write down and catalog common internactions between objects that developers have frequently found useful.
Design patterns are not written, rather they are discovered while coding.
This process of looking for patterns in the during development are called "patterns mining."
Sanjar

