show/hide this revision's text 2 fixed spelling

Possible reasons:

  1. 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.

  2. Computer science and software engineering students are not taught to write well, so for them writing is painful and is to be avoided.

  3. 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
show/hide this revision's text 1

Possible reasons:

  1. 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.

  2. Computer science and software engineering students are not taught to write well, so for them writing is painful and is to be avoided.

  3. Management pessure to churn as much code as possible, at expense of design, unit testing, reviews and ahem design documentation.