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
At 3:54, it took me longer than it should to understand differences between include_tasks and import_tasks. One point of confusion is using a negative conditional.
The video can be simplified by avoiding the negative when directive, e.g. change include_tasks var is not defined to include_tasks_var is defined and adjust the expectations accordingly, same for import.
The text was updated successfully, but these errors were encountered:
Feedback from Udemy for course enhancement:
At 3:54, it took me longer than it should to understand differences between include_tasks and import_tasks. One point of confusion is using a negative conditional.
The video can be simplified by avoiding the negative
when
directive, e.g. changeinclude_tasks var is not defined
toinclude_tasks_var is defined
and adjust the expectations accordingly, same for import.The text was updated successfully, but these errors were encountered: