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
-
Nefiron36y@vigidis Aurelia is quite nice to work with indeed!
Although I am also on the Vue Band Wagon. :P -
imho, angular is a very frustrating framework, that angular app you write last two years? not a chance its gonna work without changing a lot of stuff.
-
@Byomeer Don't you need patterns for common scenarios (state management, data binding) after some point; you'd eventually have your own framework, right?
-
@ihatecomputers He's not doing complex enough applications or he would switch a long time ago. You can't stay sane with just JS. We would complete 0 projects with just JS, today's clients are demanding.
-
Byomeer22096y@ihatecomputers most of the time i cannot even reuse classes i wrote before because the individual requirements differ so much. One project i can use much more memory to optimize for CPU usage while another time memory usage is crucial... frameworks like Vue/React/Whatever.js try to fit a broad variety of usecases. Individual optimization and tweaking seems to be a thing of the past =/
-
@Byomeer It sounds like to me that you're creating a framework to solve a specific set of problems, which I don't opposite at all btw. It's a good choice if it's a good choice.
I personally haven't worked on projects that required - or had the budget for - that kind of customization. I'd be scared of the documentation/maintenance burden and the increased onboarding/recruitment difficulty. -
Byomeer22096y@ihatecomputers @DanijelH i think the biggest difference is that i work in a research environment. My client is either myself or my professor that wants to publish a paper on a specific problem.
Maybe those frameworks are a good choice for big projects and demanding clients. Maintenance is also something i mostly do not have to care about, so i definitely see your point there.
Nevertheless, i would really miss the optimization possibilities. Especially while working with WebGL and custom networking, like i mostly do. -
@Byomeer Ahh, I see. I couldn't relate to anything other then what I've been exposed to, so not using a framework was totes uncharted territory (note to self, next time you accuse someone else of being narrow-minded...).
Your kind of work sounds really cool. I love it when the code base is tailored to the problem we're trying to solve. For me, a big part of that has been deciding which of these humongous frameworks/libs is the best fit for what we're trying to accomplish... It's a hard trade-off at times. Do we pick - for our purposes, at least - the slightly bloated thing or do we pick the lean machine and build stuff on top of that? That and taking into account if new recruits are likely to be familiar with that tech, etc. 😴 Which inevitably leads to "geez, can I do some actual programming soon?" 😅
Googles best javascript framework.
1st link: react is the best one.
Me: Ignore
2nd link: Angular is the best one.
Me: ignore.
.
.
.
8th link: Vue is the best one.
Me: I knew it.
joke/meme
vue.js
framworks
javascript