Is it encouraged to use helper functions that are ...
# pacc-july-6-2023
a
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
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