The ::Params()
global is verbose and confusing. Also it makes tests a bit harder to write because they’d have to mock a global.
Fix all issues by simply using a member variable that points to the right params.
(Can be reviewed with --word-diff-regex=.
)