Message from JavaScript discussions

January 2018

— Yeah, it does, as you set up expectations for all the data you're working with, which helps you construct a solid data model specification

Message permanent page

— 

JS is one of those languages that collects a gigantic amount of opinions, but it's because there isn't anything in the language that prevents what most system engineers consider treason :P

— So instead of the language helping you to write better code, it just sits back like "lol whatever floats your boat dude", and instead you just get random advice from people in chatrooms who think they kno de wey

Message permanent page

— Yeah true that so many different opinions

— From what i have seen so far it seems everyone is trying to fix the language with their solution and claim that their solution is superior but no one knows for sure

Message permanent page

— And that makes it more difficult for people just getting started with it like me, on what direction to follow and rather be misguided

Message permanent page

— The concepts of programming are language-agnostic

— There is no one design pattern to rule them all, you learn patterns and then apply them where you see fit for your project

Message permanent page

— You should take everyone's advice with a few grains of salt, regardless of whether it's JS or any other language

Message permanent page

— Don't be careful though, in fact try everything you have the time to try, and you'll eventually start to figure out what your own best direction is

Message permanent page

— As a great example (I think it's great since webdevs constantly argue over these) is application patterns like MVC... I started just like you not knowing what was best, so I tried MVC and hated it, then moved on to MVP, then MVVM, then Flux. It took me all those tries to figure out what pattern best suited me

Message permanent page

— Yeah i think that's the best way to go not knowing which one is best will make me explore them and learn more

Message permanent page