1- Software patterns! Never heared of it, What are these?
Ans: Solution of the problems that occur during the development life cycle of any software with in the context is called Software Patterns.
2- Do patterns support software engineering?
Ans: In terms of reusing the solution of a particular problem of software architecture is supported by patterns which help in the development of the software.
3- What is the use of patterns in software engineering?
Ans: Patters are solutions to a problem in a context. In order to make the software work efficiently in terms of performance and making the software in such a way that can be reused, it is therefore useful to use patterns while developing the software.
4- Is it worth using Patterns during software development?
Ans: Using patterns during the software development could in a very good result. The solution of problems is dealt in an efficient way so that time is not wasted! Getting experience from the problems faced earlier can help in reoccurring problems.
5- How patterns benefit the developers?
Ans: Generally if we talk about patterns even in real life pattern plays a vital role in any kind of problem which is occurring. It allows us to apply proper phenomena to solve the problem which we are facing while doing anything.
6-Is there any way that patterns give more than one solution to a problem?
I don’t think so that giving alternatives solution to the problem would be a good option. Its better not to mention more than one solution to the problem. Each solution should be linked to the situation in which it best applies accordingly.
Thanks for reading,Please comment.