Janos Miko
About
Certifications
Experiences
Technologies
Projects
Testimonials
Blog
✂︎ Snippets
Light
Dark
Auto
Golang
Functional Options in Go
Golang provides a fantastic way of writing functions called Functional Options. This is a design pattern that allows callers to pass a set of options to a function, each represented by a function. Super flexible, and easy to use.
2023-02-25
Tech