Did a talk on how you DONT need to apply the visit...
# feed
x
Did a talk on how you DONT need to apply the visitor pattern in Kotlin

https://www.youtube.com/watch?v=i7dHrLej2bg

👏🏾 1
❤️ 2
👏 6
👀 2
j
This is awesome! Is there a video / presentation covering all the other patterns that we can throw away in Kotlin? APIs that require a builder pattern, I often just wrap with a custom DSL. This can probably be a book, "Things you don't need in Kotlin" Section1 can be design patterns, section2 can cover things like frameworks / libraries that are plugged into every project like dependency injection or mocking frameworks, etc
x
As mentioned in the talk - there is a version of this presentation that goes through each and every GoF patterns 🙂 will share that once i'm done with it
👍 2