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
I've played a bit with Beaker v1 and I would like to report a feedback.
Now that the tool is instance-based (instead of class-based), working with Tmpl seems the best way to deal with parametric configurations of App constants (previously I used the __init__ of the App Class to have instance-specific self constants).
I think that Beaker could improve the UX of working with Tmpl introducing a class, or a helper, that handles the Tmpl constants facilitating the replace of TMPL_ placeholders with actual values in the TEAL code, avoiding "string replace" boilerplate.
The text was updated successfully, but these errors were encountered:
I've played a bit with Beaker v1 and I would like to report a feedback.
Now that the tool is instance-based (instead of class-based), working with
Tmpl
seems the best way to deal with parametric configurations of App constants (previously I used the__init__
of the App Class to have instance-specificself
constants).I think that Beaker could improve the UX of working with
Tmpl
introducing a class, or a helper, that handles theTmpl
constants facilitating the replace ofTMPL_
placeholders with actual values in the TEAL code, avoiding "string replace" boilerplate.The text was updated successfully, but these errors were encountered: