|
|
|
|
|
by lmm
543 days ago
|
|
Many of those things may not be software bugs as I would normally understand the term, but rather software behaving as specified/intended, where that specification/intention has unexpected and/or undesirable consequences. (The line break thing certainly is, for example). I find it unhelpful to conflate the two. |
|
Unexpected behaviour is how I choose to define "bug".
It doesn't matter if the programmer intended it. It's still a bug if it behaves contrary to the user expectation.
It might be that the best resolution is better documentation / training, but it's still worth of a bug being raised to fix.