Simiplify literal string formatting #118
Labels
priority: low
Issue can be fixed after higher priority issues
status: waiting to be addressed
Fixing this issue hasn't started yet
type: enhancement
Something needs improving, but isn't a bug
The way literal strings containing variables are handled is currently the more old school
+
method.This could be refactored to be more readable using the
Foo bar ${baz}
method to make the code cleaner and less repeated.@irv for visibility
The text was updated successfully, but these errors were encountered: