Content deleted Content added
m Task 18 (cosmetic): eval 4 templates: del empty params (1×); |
Citation bot (talk | contribs) Alter: title, template type. Add: s2cid, isbn, doi, chapter-url, pages, year, chapter. Removed or converted URL. Formatted dashes. | Use this bot. Report bugs. | Suggested by Packerfan386 | #UCB_toolbar |
||
Line 149:
=== Collective code ownership ===
Collective code ownership (also known as "team code ownership" and "shared code") means that everyone is responsible for all the code; therefore, everybody is allowed to change any part of the code. Collective code ownership is not only an organizational policy but also a feeling. "Developers feel team code ownership more when they understand the system context, have contributed to the code in question, perceive code quality as high, believe the product will satisfy the user needs, and perceive high team cohesion."<ref>{{cite
Collective code ownership may accelerate development because a developer who spots an error can fix it immediately, which can reduce bugs overall. However, programmers may also introduce bugs when changing code that they do not understand well. Sufficiently well-defined unit tests should mitigate this problem: if unforeseen dependencies create errors, then when unit tests are run, they will show failures.
|