Comments by "Ozzy Perez" (@OzzyTheGiant) on "80% of programmers are NOT happy… why?" video.
-
13
-
4
-
2
-
2
-
2
-
1
-
There's a few problems that cause this in the first place:
- Everyone needs to stop making the umpteenth JS framework; Just rally behind one, but for sure it should not be React as it doesn't help polish the fundamentals of web development
- We need to focus on programming languages that cover as many use cases as possible so we are not jumping around ecosystems. JS may be one but JS is also a terrible language. Great alternatives are C#, Kotlin, Dart, and possibly Go (although UI development is not good with this one). By just focusing on one or two languages that cover most cases, there's lest cognitive overload
- We need to stop making so many libraries and use stdlibs or creating our own code for utilities wherever possible where it's not too time consuming.
- Companies need to stop hiring by framework and hire instead by field (are you a front end dev, back end, full stack, mobile, data analyst, game dev.... well ok game dev is a bit more extreme as the whole job revolves around the game engine chosen). The point is, just because a guy knows one framework doesn't mean he can't work with another one.
1
-
1