jelölminták
Jelölminták, a Hungarian term, translates to "design patterns" in English. In the context of software development, jelölminták refer to common, reusable solutions to frequently encountered problems within a given context in software design. They are not finished designs that can be directly translated into code but rather templates or descriptions of how to solve a problem that can be used in many different situations.
The concept of jelölminták was popularized by the book "Design Patterns: Elements of Reusable Object-Oriented Software"
Jelölminták provide a shared vocabulary for developers, making it easier to discuss and understand design choices.