https://github.com/timothystiles/functionaloptions
Test driven examples of concepts reviewed by Márk Sági-Kazár in his blog.
https://github.com/timothystiles/functionaloptions
Last synced: about 1 year ago
JSON representation
Test driven examples of concepts reviewed by Márk Sági-Kazár in his blog.
- Host: GitHub
- URL: https://github.com/timothystiles/functionaloptions
- Owner: TimothyStiles
- License: mit
- Created: 2023-12-19T00:12:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T00:50:52.000Z (over 2 years ago)
- Last Synced: 2025-02-02T18:33:30.455Z (over 1 year ago)
- Language: Go
- Homepage: https://sagikazarmark.hu/blog/functional-options-on-steroids/
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FunctionalOptions
Test driven examples of concepts reviewed by Márk Sági-Kazár in his [blog](https://sagikazarmark.hu/blog/functional-options-on-steroids/).
## Motivation
Whenever I learn a new concept I like to make a small repo with example tests to test assumptions and use for notes later.