by SStanley on 7/14/20, 9:49 PM with 10 comments
by factorialboy on 7/16/20, 3:46 AM
I have a high level of comfort with JavaScript as well. While I don't keep up with the ecosystem (because it literally changes every few months) I think it's a powerful language to master.
I'm at this age where I don't have favorites. I pick the language suitable for the task.
by poletopole on 7/16/20, 7:32 PM
by uberman on 7/14/20, 10:24 PM
While I absolutely hate the look of python (and any language where spacing is significant), I feel like it is easier to get real work done in it.
While I LOVE the look of languages with blocks based on curly braces I find that any significant javascript implementation tends to result in me having to spend a lot of time tending to promises.
So given a 3rd choice I would pick my "GO"-to language one not based on spacing being significant and one where I had more control over when and how I leveraged concurrency.
So in the end, I reluctantly prefer python to javascript.
by siquick on 7/17/20, 1:57 AM
Django and REST Framework are two of the best frameworks I've used in any language, and React (especially now with Functional Components and Hooks)and Vue combined with Tailwind have allowed me to build some really nice interfaces.
by speedmagnet on 7/14/20, 10:45 PM
by SStanley on 7/14/20, 11:08 PM
For python I like blocks, using semi-colons ':', the fact that i don't have to use parentheses for loops and using print
But I love promises, or the fact that i can use it or not. I like npm and all the packages I can found... etc