duggan / shlint

A shell linting utility.
http://rubygems.org/gems/shlint
MIT License
48 stars 1 forks source link

Encourage 'single' quotes over "double" quotes #8

Open mcandre opened 10 years ago

mcandre commented 10 years ago

"Double" quotes may add a certain amount of complexity / slowdown, such as interpolation and escape characters. 'Single' quotes are preferred for simple strings.