Use functional parameters in Controller creation #104
Labels
kind/cleanup
Refactoring code, fixing up documentation, etc
kind/design
Proposal discussing new features / fixes and how they should be implemented
Milestone
The constructor for Controller in controller.go is becoming unwieldy and has the potential to be error-prone as more parameters are added.
Go makes use of functional parameters in a similar way that some other languages use Builders. We should consider doing so as well to help readability as more developers start working on the project.
The text was updated successfully, but these errors were encountered: