That's really too bad. For the record, I've written a couple hundred pull requests - no really! - and those that haven't been accepted have been because - The project is no longer maintained (I fork or rewrite better in this case) - I was actually doing it wrong - My pull didn't have tests and that was the convention (gotta respect conventions) - The author wished to keep my feature out for some random reason, but ei…
I always figured the unwritten rule for every developer is to always follow the existing code's style regardless of their own opinion of it.
Why I am tired of writing pull requests
11–20 of 71 posts
Re: Why I am tired of writing pull requests
#12Or you can continue calling people who maintain free and open source projects in their spare time douchebags and neckbeards.
Re: Why I am tired of writing pull requests
#13Re: Why I am tired of writing pull requests
#14I think there should be an expectation that getting a pull accepted on a huge repo like Node or Rails should be a bit hard. When code is being used by thousands of people and companies, it's important that a lot of thought and care is put into even the smallest changes.
And finally, there is an easy way to end the negativity: respond to it by doing what they say. If they want you to do it in a different way, make a separate pull request and leave it up to the maintainers to choose the best one. Best never to argue on Github. If there's a disagreement, answer it with code.
I understand where the OP is coming from. This certainly does happen from time to time, and it's awful when it does. But I think this post is overblowing it. I certainly hope he does try sending pull requests again!
Re: Why I am tired of writing pull requests
#15[deleted]
Re: Why I am tired of writing pull requests
#16I have had similar things happen to me. https://github.com/joyent/node/pull/3710 I sit and argue my pull like crazy but it is just getting derailed :/ oh well.
Unless I'm confused, aren't you also the author of that gist? https://gist.github.com/3444052 your names on that one.
Re: Why I am tired of writing pull requests
#17I have had similar things happen to me. https://github.com/joyent/node/pull/3710 I sit and argue my pull like crazy but it is just getting derailed :/ oh well.
Unless I'm confused, aren't you also the author of that gist? https://gist.github.com/3444052 your names on that one.
Re: Why I am tired of writing pull requests
#18Re: Why I am tired of writing pull requests
#19[deleted]
Re: Why I am tired of writing pull requests
#20Earlier quoted context omitted.
I always figured the unwritten rule for every developer is to always follow the existing code's style regardless of their own opinion of it.
That's not always the case, and sometimes if you don't know the language very well - in my case, Ruby - then certain patterns aren't available to you and it looks hokey without you realizing it.
[0]: https://github.com/Aaronius/Stupid-Table-Plugin/commit/fbf3d...