I will talk about accepting outside contributions in a general sense (beyond JS and Julia comparisons). In my personal experience, the acceptance rates doesn't really matter and does not correlate to the quality of the code. On one hand, you have SQLite which really discourages direct code submissions due to the nature of the IP management of SQLite (they need to ensure that it is 100% in public domain), instead rely…
You say acceptance rate doesn't correlate with code quality and then you give 2 data points where it does correlate in the expected way.
Vuejs rejects close to 75% of outside contributions
51–60 of 92 posts
Re: Vuejs rejects close to 75% of outside contributions
#52I will talk about accepting outside contributions in a general sense (beyond JS and Julia comparisons). In my personal experience, the acceptance rates doesn't really matter and does not correlate to the quality of the code. On one hand, you have SQLite which really discourages direct code submissions due to the nature of the IP management of SQLite (they need to ensure that it is 100% in public domain), instead rely…
I'm confused. My intuition is that the lower the acceptance rate, the higher the code quality would be. It demonstrates high standards.
Re: Vuejs rejects close to 75% of outside contributions
#53Re: Vuejs rejects close to 75% of outside contributions
#54Vue 3 (70.62% acceptance): https://merge-chance.info/target?repo=vuejs/vue-next
Svelte (57.23% acceptance): https://merge-chance.info/target?repo=sveltejs/svelte
React (45.99% acceptance): https://merge-chance.info/target?repo=facebook/react
Angular (1.63% acceptance): https://merge-chance.info/target?repo=angular/angular
Re: Vuejs rejects close to 75% of outside contributions
#55Earlier quoted context omitted.
> Vue has consistently been one of the best engineered and most effectively designed pieces of software in the Javascript world I wonder how you justify that, because I'm currently maintaining a vue project in production and couldn't disagree more (honest question)
> I wonder how you justify that, because I'm currently maintaining a vue project in production and couldn't disagree more (honest question) I am sure majority of developers have had two or more projects using the same framework/library and found the difficulty of maintaining them different.
Maintenance of revenue generating code is a unique beast - and rarely has the framework been the magical differentiator.
Re: Vuejs rejects close to 75% of outside contributions
#56Earlier quoted context omitted.
Everything is political. Everything is affected by, and affects, the political decisions we, the people, make. The last few years have been instructive in what happens if we ignore fascism and allow ourselves to relax when it comes to anti-fascist vigilance.
I'm going to be somewhat blunt in response, but I hope it's not seen as an attack. The phrase 'everything is political' is not a statement of truth, but rather a statement of demand: 'make everything political'. That is a tool to turn up the temperature of a given topic dramatically, not to encourage thoughtful change.
Reality, however, is there, whether we would like it to be there or not.
Look, I get it: sometimes you just want to put your head down and focus on technical details, and let someone else worry about the context. But keeping your head buried in the sand all the time isn't the answer.
Re: Vuejs rejects close to 75% of outside contributions
#57Earlier quoted context omitted.
> code itself is apolitical I suggest you read Larry Lessig's Code 2.0 book.
You could at least post a link or say why this is a good book to read. While we are suggesting books I think "The Making of the Atomic Bomb" is a great work highlighting the political motives behind the making of the 20th centuries most important "tool".
Re: Vuejs rejects close to 75% of outside contributions
#58Earlier quoted context omitted.
Everything is political. Everything is affected by, and affects, the political decisions we, the people, make. The last few years have been instructive in what happens if we ignore fascism and allow ourselves to relax when it comes to anti-fascist vigilance.
I'm going to be somewhat blunt in response, but I hope it's not seen as an attack. The phrase 'everything is political' is not a statement of truth, but rather a statement of demand: 'make everything political'. That is a tool to turn up the temperature of a given topic dramatically, not to encourage thoughtful change.
If your existence has never felt "political" to you, cherish that. I've been on the receiving end of many slurs and the occasional attempted assault, and I've watched politicians and pundits debate on cable TV whether I deserve to have the same rights afforded anyone else. I didn't choose to exist "politically", but I sure do notice when folks don't speak up against challenges to my existence because they view it as "politics" and therefore not worth their attention.
Re: Vuejs rejects close to 75% of outside contributions
#59Earlier quoted context omitted.
I'm going to be somewhat blunt in response, but I hope it's not seen as an attack. The phrase 'everything is political' is not a statement of truth, but rather a statement of demand: 'make everything political'. That is a tool to turn up the temperature of a given topic dramatically, not to encourage thoughtful change.
On the contrary, the only people making a demand are developers who insist that their work does, or should, exist in a vacuum, outside of and independent of what is going on in the world, i.e. politics. Reality, however, is there, whether we would like it to be there or not. Look, I get it: sometimes you just want to put your head down and focus on technical details, and let someone else worry about the context. But…
Re: Vuejs rejects close to 75% of outside contributions
#60I think this is a good thing generally, Vue has consistently been one of the best engineered and most effectively designed pieces of software in the Javascript world, largely due to uncompromising enforcement of the design opinions and aesthetics it asserts. As long as the maintainers are responsive to bug fixes and key feature requirements (since they aren’t accepting of outside contributors adding them), then this…
> I think this is a good thing generally, Vue has consistently been one of the best engineered and most effectively designed pieces of software in the Javascript world, largely due to uncompromising enforcement of the design opinions and aesthetics it asserts. Which is much easier to attain if you're comfortable with only a single person being allowed to write code. Personally, I wouldn't use Vue in any business-orie…