|
2
|
|
edited Oct 25 '08 at 14:47
|
Possible reasons:
Company-imposed conventions for design documentation, when those conventions are inappropriate for the project in question.
For example, requiring you to document your code's classes when your code uses data flow architecture or functional design style and is not object oriented at all.
Computer science and software engineering students are not taught to write well, so for them writing is painful and is to be avoided.
Management pessure pressure to churn as much code as possible, at expense of design, unit testing, reviews and ahem design documentation.
|
|
|
| |
|
Post Made Community Wiki by Community♦
|
occurred Oct 25 '08 at 14:41
|
|
|
|
|
|
1
|
|
answered Oct 25 '08 at 14:41
|
Possible reasons:
Company-imposed conventions for design documentation, when those conventions are inappropriate for the project in question.
For example, requiring you to document your code's classes when your code uses data flow architecture or functional design style and is not object oriented at all.
Computer science and software engineering students are not taught to write well, so for them writing is painful and is to be avoided.
Management pessure to churn as much code as possible, at expense of design, unit testing, reviews and ahem design documentation.
|
|
|