Clojure Is Awesome!!! [PART 14]
https://dev.to/borba/clojure-is-awesome-part-14-4m1k
Exploring the Property Pattern: From C# to Clojure with a Functional Perspective Continuing our series, today we’ll dive into an interesting concept that has recently gained prominence in C#: the Property Pattern. Originally conceived in the…
@planet @clojure Uh. You don’t need to write anything new, you can just use
core.match
. Orcase
withselect-keys
. Or destructuring. 🤷