Test enum
vs String
for questType
#163
Labels
improvement
changes that improve the security, or performance of the code without modifying the functionality
research
requires more research; might not actually require implementation
Even though the
questType
is hardcoded as astring
in the current struct, I still have a suspicion that leveraging anenum
appended to the end of the struct would lead to some gas savings. Anywhere we can reduce or remove string types I'm always a proponent of.For this issue we want to:
questType
)enum
basedquestType
enum
based gas typesThe text was updated successfully, but these errors were encountered: