preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 561 forks source link

remove semicolons #331

Closed phra closed 7 years ago

phra commented 7 years ago

hi,

i'm now writing most of my code without the semicolons. (actually all of it!) it would be nice to remove them and change the tslint config accordingly. what do you think about this guys?

Foxandxss commented 7 years ago

Definitely, not.

phra commented 7 years ago

btw this kind of style is enforced by standard.

Foxandxss commented 7 years ago

Yes, I know standard but I don't really like to develop without semicolons. I use them at work and that would confuse the heck out of me.

phra commented 7 years ago

@Foxandxss in the beginning i was very doubtful about writing code without semicolons, i started with the C language at university, so it was very uncomfortable for me. btw right now that is a while that i write js code without semicolons, i DEFINITELY prefer it in this fashion. just my 2 cents.

Foxandxss commented 7 years ago

Yes, me too, but when the 100% of the projecs your work with use semicolons, I don't want to get used to not write them and then forget when I need them.

Foxandxss commented 7 years ago

No loader would add code to your code.