Found a better solution to a problem at work - should I deter from posting the code snippet online?
- by Calmarius
I think most of us, programmers, used Stack Overflow to solve every day problems: looked for an efficient algorithm to do something.
Now imagine a situation: you have a problem to solve. Googled a bit, found a StackOverflow question but you are not really satisfied with the answers so far. So you have to do your own research: you need to do it because you want it in the company's app.
Eventually after some hours you have found the better solution. You're happy, you added it to the company's code base, then you want to submit your answer with a code snippet (just several lines) to the question you've found before to help others too.
But wait: the company's software is closed source, and you worked on it on the clock.
So does this mean I shouldn't post the answer neither at work nor at home to that question in the rest of my life, because I solved it at work, and the company owns that piece of code?