willowtreeapps / wist

A linter for BrightScript
Apache License 2.0
43 stars 11 forks source link

Add rule: use ";" to concatenate print strings #95

Closed cdthompson closed 6 years ago

cdthompson commented 6 years ago

When constructing console strings from non-string objects, avoid '+' operator which requires objects to be converted to strings first, where many approaches are susceptible to crashes.

nishtahir commented 6 years ago

Should be addressed in 4e64930