You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You've used https://design.tidyverse.org/argument-clutter.html and you just keep adding more and more arguments to that function until it becomes overwhelming. What should you do? It's good to stick with the explicit options object, but instead of setting all the options in one function, provide one function to create the options object and a bunch of functions to modify it.
Examples include ggplot2 objects, httr2 (which is a good opportunity for a discussion of why httr is a less good approach), tidymodels.
The text was updated successfully, but these errors were encountered:
You've used https://design.tidyverse.org/argument-clutter.html and you just keep adding more and more arguments to that function until it becomes overwhelming. What should you do? It's good to stick with the explicit options object, but instead of setting all the options in one function, provide one function to create the options object and a bunch of functions to modify it.
Examples include ggplot2 objects, httr2 (which is a good opportunity for a discussion of why httr is a less good approach), tidymodels.
The text was updated successfully, but these errors were encountered: