Join Slack
Powered by
Is it encouraged to use helper functions that are ...
# pacc-july-6-2023
a
Angel Alvizu
07/06/2023, 2:03 PM
Is it encouraged to use helper functions that are not @tasks ? to avoid repetition. For example make_request as I pasted in my code example above?
👀 1
j
Jeff Hale
07/06/2023, 2:06 PM
Totally cool. Just use the task decorator when needed/ you want to use some of the functionality or logging that comes with the task decorator.
🙌 1
💯 1
Open in Slack
Previous
Next