Software design pattern
Description:
In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design. It is not a finished design that can be transformed directly into source or machine code. Rather, it is a description or template for how to solve a problem that can be used in many different situations. Design patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system.
Links:
https://en.wikipedia.org/wiki/Design_pattern
Keywords:
software engineering design pattern
Motivation:
do not reinvent the wheel. use verified approach
Requirements/Prerequisities:
object oriented programming
Level:
concret: specific best practice (e.g. use microservice)
Application domain:
Software engineering
Main phase:
Development: Implementation/Code/Build
Related literature:
https://github.com/DesignPatternsPHP/DesignPatternsPHP
In which projects do/did you use this practice?
SIMUportfolio
Software Engineer
>10 years of experiences
Masaryk University
1. How do you rate the potential benefit for your projects? | 5 |
2. How often are you using that practice? | 4 |
3. What is the effort to introduce the practice in your project upfront? | 5 |
4. What is the effort to apply the best practice in your project daily basis? | 5 |
Questions 1, 3 and 4 (1 = Low, 5 = High)
Question 2 (1 = Never, 5 = Always)