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
-
Glinkis2266yI have a few issues with your code:
Don't use var anymore, use const/let.
Why redeclare all App variables, when it's short anyway, and just creates extra clutter.
If you still want all those from App, use destructuring instead. -
henlo32876yGuys thanks for all the advice ill surely keep all that in mind. I've just started front end and following up with big nerd ranch guide.
I think this lesson uses js ES5, no constants around then? @Stocken -
@yatanvesh who said something was? Just wanted to guess and hoped I did good.... /:
I switched because I found phpstorm, but I miss dual views, which is what triggered the notion of brackets. -
henlo32876yHaha this is weird I thought u were referring to bracket styling. Guess i haven't completely woken up yet. Thats atom but i Do intent to try brackets too. @Skriptkiddy
-
@yatanvesh 😅 Atom was the first one I tried. After two seconds I tried brackets (installed at the same time). Stuck with brackets for about six months. Been with phpstorm for double that and not looking back. Tried Visual Studio Code recently but I just saw so much I had to customize, and now I'm scared to ever switch because I have so much customized in phpstorm 😂
-
@yatanvesh I'd probably would have at least earned a dollar if I spent more time coding than playing with IDE's 😂
-
Stocken4336y@yatanvesh I recommend you to use ES6, and use babel to compile it to ES5 if that is necessary.
If you write it for the backend, just leave it at ES6, frontend is ES5.
Related Rants
Pair programming done right
joke/meme
cat
pair programming