DEV Community

Discussion on: Learning Angular 5 as a React and Vue Developer

Collapse
 
xowap profile image
Rémy 🤖

On the semi-colon debate, my rationale is simple: there's more things to remember if you don't put semi-colons than if you put them. Yes, not much at all, but still.

This makes semi-colons less ambiguous than the lack of and I value non-ambiguous code (even if it's just a little bit).

Since I also value consistency, I decided to enforce them on all my projects.