Arrowhead anti-pattern challenge
update (2019-11-08): added a bonus contribution from Bob, written in prolog
Just recently I had to work on a huge flow-chart to determine farm types based on the animal transports to and from farm locations. I started out with a small proof of concept but didn’t like the way it turned out. I did some research and learned I was basically creating a so called arrow head (“Arrowhead” anti-pattern ).
While it was nothing new, I never knew it was called arrowhead anti-pattern (or arrow anti-pattern).
Continue reading