tbranyen / combyne

A template engine that works the way you expect.
MIT License
144 stars 19 forks source link

Removed brackets around switch cases #55

Closed johnhaley81 closed 9 years ago

johnhaley81 commented 9 years ago

The code complexity tool was not registering break inside of a bracketed code block and was thinking that every switch case was falling through to the next. This gave an inflated code complexity score so I just decided to remove the brackets.

johnhaley81 commented 9 years ago

@tbranyen you cool with this?

tbranyen commented 9 years ago

Yup, thanks!