Emir
Member since Aug 7, 2015
- Profile: /members/12775-emir.htm
- Comments: 2
Recent Blog Comments By Emir
-
Var For Life - Why Let And Const Don't Interest Me In JavaScript
Posted on Nov 12, 2015 at 6:13 PM
The problem with const is it limited use case. Most of the time ii do not need it and when i do i think specifying you intensions with a comment or casing is good enough. But another problem that i am afraid of is the c++ syndrome where new keywords appear after every revision. I just want a simple... read more »
-
Switch Cases Do Not Have To Be Static In JavaScript
Posted on Aug 7, 2015 at 6:24 AM
You scared me there for a bit. I thought i missed that you can dynamically insert case statements to a switch.... read more »