I’m so glad to hear others putting words to my own thoughts. I haven’t read all of Design Patterns because it kept striking me as wholly unnecessary in the languages (mainly Python) I was using at the time. I mean, if you want to put name on every kind of chunk of code you can write, go for it. I’m not going to argue about whether calling a function on each item of a list is better or worse than passing that list to the function based on which one is a documented pattern, or debate which pattern to use to make an HTTP GET request. I’d much rather just write the things.
I’m sure lots of people got value from the book. I pity that they were in a situation where it was useful.
I’m sure lots of people got value from the book. I pity that they were in a situation where it was useful.