Farfouille wrote:
Le 25/09/2010 14:23, Frank Griffin a écrit :
2) Of the bugs reported against MDV-developed software, only a small
percentage have to do with crashes that can be traced to the type of
problem you describe.  Most are behavioral issues or packaging issues.
    
I agree about packaging issues. But for behavioral issues, I've often experienced that is easier to code it right at the first place if
it is 20 lines long than if it is 100. Or at least it is easier to dive into the code and fix it.

By "behavioral", I don't mean bug as in unintended behavior, but behavior intended by the developer with which most of the users disagree, e.g. make this the default rather than that.