Are there any good, open-source change request systems? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Code maintenance: To add comments in code or to just leave it to the version control?
We have been asked to add comments with start tags, end tags, description, solution etc for each change that we make to the code as part of fixing a bug / implementing a CR.
How can I better manage far-reaching changes in my code?
In my work (writing scientific software in C++), I often get asked by the people who use the software to get their work done to add some functionality or change the way things are done and organized right now. Most of the time this is just a matter of adding a new class or a function and applying some glue to do the job, but from time to time, a seemingly simple change turns out to have far-reaching consequences that require me to redesign a substantial amount of existing code, which takes a lot of time and effort, and is difficult to evaluate in terms of time required. I don’t think it has as much to do with inter-dependence of modules, as with changing requirements (admittedly, on a smaller scale).
If someone changes their license, does it apply to previously forked projects under the prior license?
Say someone puts their code on GitHub, under the MIT license. Then I forked it and use it in my project. Then they change the license so that it has a strict license that does not give permission to modify, sell, etc… Would the new license apply to my code, since the code I have […]
If someone changes their license, does it apply to previously forked projects under the prior license?
Say someone puts their code on GitHub, under the MIT license. Then I forked it and use it in my project. Then they change the license so that it has a strict license that does not give permission to modify, sell, etc… Would the new license apply to my code, since the code I have […]
If someone changes their license, does it apply to previously forked projects under the prior license?
Say someone puts their code on GitHub, under the MIT license. Then I forked it and use it in my project. Then they change the license so that it has a strict license that does not give permission to modify, sell, etc… Would the new license apply to my code, since the code I have […]
Dealing with conflicting project requirements
I tried to find an existing topic on this subject but I could not find one that was a good fit, my apologies if I was not thorough enough.