[–] geforce 6y ago ↗ The specification pattern can also be used to replace multiple IFs. If you look at Wikipedia, they propose a quite full-fledged and complex specification pattern, but it is possible to make a more lightweight one for your needs.
[–] gregjor 6y ago ↗ The Specification Pattern could be considered a software anti-pattern.https://en.m.wikipedia.org/wiki/Specification_pattern#Critic...I think the author got it right with the simple and clear guard clauses, which don’t require useless patterns and unnecessary OOP for its own sake.
2 comments
[ 2.5 ms ] story [ 17.1 ms ] threadhttps://en.m.wikipedia.org/wiki/Specification_pattern#Critic...
I think the author got it right with the simple and clear guard clauses, which don’t require useless patterns and unnecessary OOP for its own sake.