Join Slack
Communities
Powered by
Related: When writing new task code for the new en...
# general
h
happy-kitchen-89482
11/02/2015, 8:28 PM
Related: When writing new task code for the new engine, do not use the currently common idiom of grabbing option values in
__init__()
and putting them in member variables. Instead, access them directly as needed. Option resolution is expensive, so let's only do that when needed.
2
Views
Open in Slack
Previous
Next