After spending many years of analysis, design and programming in different
domains and architectures, you have maybe come across a ‘pattern’ or good
practice that haven’t been published as a pattern (analysis, design or architecture).
Although you have done it many times before, it has no name.
Interested in patterns from the SO-community.
The ones I once thought were of my own i.e. ‘I invented them’, turned out to be ‘invented’ 20 years ago. I can’t count how many times I realized that I was using an already well-known design pattern without knowing it.
Those are the result of many years of trying to resolve the same problems. I guess unless someone ‘finds’ a new problem domain you aren’t likely to see a new pattern.
Maybe in the future, new programming paradigms or technologies will help uncover new ways of resolving the same old problems.