DEV Community

Discussion on: Does Your Workplace Encourage Open Source?

Collapse
 
loufranco profile image
Lou Franco

I would say, yes, they do support me working on open-source, but mostly as a way to get my job done. So, for work, I have fixed bugs in open-source projects we depend on and I have open-sourced some of our code (that I had to write for us -- the open-sourcing wasn't much more work).

Without asking, I could have forked the projects and fixed the bugs for us, but with a small process, I can just contribute it back (which is the preferable way, but requires some permission).

Collapse
 
thiagoarrais profile image
Thiago Arrais

Without asking, I could have forked the projects and fixed the bugs for us, but with a small process, I can just contribute it back

AND also shares the burden of maintainance with the community, which makes total business sense even from a totally selfish point of view. Just imagine the cost of internally backporting lots of little patches.