Content deleted Content added
No edit summary |
m Delete duplicate word using AWB |
||
Line 5:
* Lacks a clear scope and vision. The project sponsors will have no clear idea that their objectives have been communicated with the developer.
* Encourages a lack of visibility in the code. Poor coding can be hidden, as there is nobody to review it. This leads to developers who believe that as long as the code works it's good enough, and consequently it becomes difficult or impossible to maintain.
* Only suitable for small projects. Projects that require a high degree of complexity will begin by showing fast progress, but then become bogged down as
* Poor quality software. With no [[code review]], [[pair programming]], [[unit testing]], release testing or other quality mechanism cowboy coding tends to produce buggy software.
* Doesn't scale well. If there is more than one programmer there needs to be some mechanism for them to organise the development. At this point even small teams will document and organise the project in some form.
|