Open main menu

CDOT Wiki β

Changes

SPO600 Code Review Lab

3 bytes added, 00:41, 8 January 2014
no edit summary
[[Category:SPO600]]
# Select any two open source software packages that have different licenses.{{Admon/tip|Finding Software Packages|One way to find potential software packages on an RPM-based Linux system is to take advantage of the rpm database. For example, the command <code>rpm -q -i bash</code> will display information about the ''bash'' package, including the URL of the upstream project as well as the software license.}}
# Research the procedure used by those projects to accept code ("patches") from contributors. This may be through a mailing list, bug tracker, or source code management system (SCMS).
# Identify one patch successfully submitted in each community, and observe the entire review process from start to finish. Note how many people were involved in the review, how long the whole review took, how responsive the participants were to updates in the process, and what kinds of issues were discussed.
# Write a blog post discussing your findings. Explain how each community's review process works, the reasons for what you've observed, and note the advantages and disadvantages of each approach.
 
 
{{Admon/tip|Finding Software Packages|One way to find potential software packages on an RPM-based Linux system is to take advantage of the rpm database. For example, the command <code>rpm -q -i bash</code> will display information about the ''bash'' package, including the URL of the upstream project as well as the software license.}}