Is this how opensource usually works?
https://github.com/laravel/framework/pull/2952
I modified Laravel blade compiler: fixed few bugs and improved compilation speed in 40 times. But all what Ive got is: "we wont pull it as it doesnt follow our styling guide". Is this how opensource works?
8 comments
[ 3.1 ms ] story [ 32.7 ms ] threadCan you imagine what the source would look like if every developer used a different coding method? If there was no consistency in the API? It would be a nightmare to try to use if you couldn't consistently know that methods are camelcase or underscored, etc. etc.
This is how contributions work. Not just open source. At any sane company, you will have a common coding style, and your patches will not pass review, or be merged, if you do not follow. Same goes for open source.