Paulo
Member since Dec 22, 2015
- Profile: /members/12979-paulo.htm
- Comments: 1
Recent Blog Comments By Paulo
-
Var For Life - Why Let And Const Don't Interest Me In JavaScript
Posted on Dec 22, 2015 at 5:28 PM
I understand all this post as "I am so used to var, why should I use something else"? About the scope thing, most C-like languages use block-scoping (if not all aside JavaScript). It feels more correct. I prefer to have local-scoping instead of "global" scoping. Refactoring even... read more »