POSTS
TDC Recife - From OOP to High Order Functions
- 1 minutes read - 82 wordsWhat it’s about
Slides from the TDC Recife 2020 edition.
On this talk I touched some topics related to a past experience moving from OOP to High Order Functions in Go. Our team was used to Java using plain Object oriented and they had to move to Golang. Righ after the transition phase they were coding using a more procedural/OOP approach, but after a couple of weeks the code evolved to a more idiomatic Golang.
The source code can be found here