Replace variables named template
with templateName
where appropriate
#209
Labels
cleanup 🧹
Related to cleaning up code, whether its format, organization, variable names, etc.
This is a follow-on task identified in #208.
There are many places scattered throughout the code where we have a variable named
template
that is typed with theTemplateName
type. It was suggested that it might be more clear if those variables were namedtemplateName
to indicate that they contain a string (actually one of a specific set of strings) rather than one of the values from theTEMPLATES
object.The text was updated successfully, but these errors were encountered: