Questions tagged [code-ownership]
The code-ownership tag has no summary.
16 questions
0 votes
1 answer
131 views
Can I post a question about my own answer to another question that has been criticized?
My situation is a bit peculiar and unusual: I posted an answer to a question around a month ago, and originally got 5 upvotes and accepted. Later OP unaccepted my answer, and recently a person told me ...
4 votes
0 answers
388 views
How much modification is needed to be considered authoring the code?
In C++ PEXT/PDEP implementations I believe that significant changes were made. But there was a comment stating that modifying is off topic. As this code is public, then modifications should be ...
8 votes
2 answers
215 views
Review a piece of code bought from someone else
In How can I speed up this serialized array generation php script? the OP states, that they "bought one [...] script" from someone else. Since I could not identify if the script in question was also ...
11 votes
3 answers
383 views
"Who Wrote This?" and What Do We Actually Consider Authorship?
As I was working through the Close Votes Review Queue, I came upon a question beginning like this: I just cloned (Github clone, not literal clone) someone's Tic-Tac-Toe game and I was originally ...
8 votes
3 answers
201 views
Is it okay to ask for feedback on code you modified extensively but aren't the original author of?
There's an init script template I used once a while ago. I've been working on tweaking it to be more POSIX compatible and stylistically easier to follow, but I'm not the sole or primary author. https:...
14 votes
1 answer
133 views
Reviews that depend on 3rd party libraries (i.e. code the OP does not own/maintain)
CR has a strict "we only review code you've written or maintain" policy, which is perfectly reasonable, but how should we treat reviews that rely on 3rd party code (i.e. libraries that aren't part of ...
1 vote
3 answers
211 views
Should we reconsider the code ownership policy?
This question of mine (10k required) was put on hold with the explanation This question does not appear to be a code review request within the scope defined in the help center. Please see the FAQ ...
12 votes
1 answer
225 views
What does it take to make code your own?
This question is meant as a general question, but it is also specifically about this specific question: https://codereview.stackexchange.com/questions/39228/original-factorial-method-in-java/ It is ...