Replace xxxParams & xxxWithParams with *Options
Following https://github.com/reason-react-native/reason-react-native/pull/577#issuecomment-524734546
I'm copying my comment as the PR is already merged.
What if instead of withOptions we used withOptional (or withOptionals)? Then we could have optional parameters or configs without causing much confusion.
You see a problem with xxxWithOptions & xxxOptions because they look too similar?
If so I would go for xxxWithOptions & xxxMakeOptions
Not that they are too similar, but most arguments are in the end options in a config. Most are required and rarely when we have optional arguments it might be clearer to label the additional function as WithOptional.