show/hide this revision's text 2 added 384 characters in body

Easy, If it's not documented on a BRD or TRD, then it's a bug.

Example: I wrote a news editor application for a previous company. It was documented that the application would allow export to RSS 2.0. I figured it wouldn't be difficult to just allow it to export to any RSS version, so i did, including the obscure netscape versions. I received a bug report that it "could be exported to more than documented formats outside the project specifications". And I agree. That was a bug, not a feature. A purposeful bug, but a bug none-the-less. After being in this industry for so long, I understand that you code to specs, and anything that happens that is outside the documented specifications is a bug.

There should be absolutely no confusion. Either a behaviour is documented or it is not.

Change requests for new features or to deprecate old features should be listed in some sort of change control documentation with a dead line as to when it should be implemented. These changes should not be checked for by changes until the documented time. Bottom line, if you maintain good documentation, then this should be an issue.

show/hide this revision's text 1

Easy, If it's not documented on a BRD or TRD, then it's a bug.

Example: I wrote a news editor application for a previous company. It was documented that the application would allow export to RSS 2.0. I figured it wouldn't be difficult to just allow it to export to any RSS version, so i did, including the obscure netscape versions. I received a bug report that it could be exported to more than documented formats. And I agree. That was a bug, not a feature. A purposeful bug, but a bug none-the-less. After being in this industry for so long, I understand that you code to specs, and anything that happens that is outside the documented specifications is a bug.

There should be absolutely no confusion. Either a behaviour is documented or it is not.