Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@SortOfTested
It's right, it's more that in this case I've got a crud operation I want to output quick, and I'd rather the names all be the same from front to back end and the table it is updating has a whole slew of columns starting with a number. -
@N00bPancakes
Gotta maintain language conventions though. The appropriate place for that translation are enums -
@N00bPancakes
This thread has been brought you by the letter F and the lava flow anti-pattern :3
http://antipatterns.com/lavaflow.ht... -
You know what's fun? I got a very similar error in the Firefox console just after reading this some hours ago.
I forgot a ; in for(let i=0;i<30i++)//...
An identifier or keyword cannot immediately follow a numeric literal.ts(1351)
-Marge Simpson grumbling-
rant