85
henlo
6y

Pair programming done right

Comments
  • 6
    So precious!!
  • 3
    so majestic 😍
  • 2
    Brackets?
  • 4
    I 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.
  • 2
    Purr programming
  • 0
    var instead of let/const?
  • 0
    Guys 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
  • 0
    Whats wrong with brackets? @Skriptkiddy
    Understood @Glinkis
  • 1
    @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.
  • 1
    Haha 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
  • 1
    @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 😂
  • 1
    If u had a dollar for all the IDEs u ever tried... @Skriptkiddy
  • 1
    @yatanvesh I'd probably would have at least earned a dollar if I spent more time coding than playing with IDE's 😂
  • 2
    @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.
  • 0
    Okay will look into it. Thanks for the heads up 🙃 @Stocken
  • 4
    I'd like to end this rant with what started it ❤
  • 2
    If you have coin, Khajiit have code.
Add Comment