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
To find R-Ladies meetups that aren't using the topic, I do a text search and limit to a category and then apply a regex to the result. We should support category as a parameter.
So far, we've explicitly added the arguments, but if it makes sense to group new ones together, we could do that. Lists are nice because you never really have to change the function API (new args just go inside the list) however it's much harder to document the options when they are named list elements list instead of explicit args.
Yeah I'm on the fence myself. I like having explicit support and documentation but then we're really just supposed to be an interface for them. I'll stick with the current paradigm for now.
To find R-Ladies meetups that aren't using the topic, I do a text search and limit to a category and then apply a regex to the result. We should support category as a parameter.
(TODO: make a reprex)
Design question - do we want to explicitly support parameters or do we want to consider dynamic arguments?
The text was updated successfully, but these errors were encountered: