Open tomchadwin opened 9 years ago
The messiest aspect remaining in the _exec Python is the string handling. We can improve this by replacing concatenation with .format() or Template().
See @NathanW2's refactor #29
The messiest aspect remaining in the _exec Python is the string handling. We can improve this by replacing concatenation with .format() or Template().