topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 4:04 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Why software sucks (and what to do about it)  (Read 4987 times)

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Why software sucks (and what to do about it)
« on: June 08, 2006, 01:15 AM »
http://www.scottberk...m/essays/essay46.htm

No one makes bad software on purpose. No benevolent programmer has ever sat down, planning out weeks of work, with the intention of frustrating people and making them cry. Bad software, or bad anything, happens because making things is hard, making good things doubly so.

zridling

  • Friend of the Site
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 3,299
    • View Profile
    • Donate to Member
Re: Why software sucks (and what to do about it)
« Reply #1 on: June 12, 2006, 04:47 PM »
Berkun is a genius; one of the few people able to analyze the world and articulate why we do and think like we do. His kind doesn't land on this planet too often.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Why software sucks (and what to do about it)
« Reply #2 on: June 13, 2006, 02:06 AM »
nice find.  here's another article of his i spotted while checking it out:

...
#51 -Attention and Sex
By Scott Berkun, March 21, 2006
There isn’t a single great work in the history of civilization, no novel, symphony, film, or song that was completed as a 1/5th time-slice between e-mail, IM, cellphones and television. Despite the modern drive to consume things made by others, time will always be our most finite resource and it crumbles when split into tiny little pieces. And it’s up to us to choose how much of life is spent passively (consuming, waiting, watching) vs. actively (thinking, debating, feeling, doing, making). Whatever we choose, when we die, we have no one to blame but ourselves for where our time, and attention, went.
...


GeneK

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1
    • View Profile
    • Donate to Member
Re: Why software sucks (and what to do about it)
« Reply #3 on: June 16, 2006, 12:28 PM »
The guy is both intelligent and gifted with the ability to string words together so that the result is both readable and convincing.
I personally fault the software designers and the testers/evaluators for flaws, not programmers. Shareware from practically everybody is rushed to market quickly for monetary gain before it is adequately tested. In my opinion, Mr. Berkun does not adequately credit the "greed" [on the part of management] and "lack of logical judgement" [on the part of the design team] for software flaws.
               :)   Gene 
 

JavaJones

  • Review 2.0 Designer
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 2,739
    • View Profile
    • Donate to Member
Re: Why software sucks (and what to do about it)
« Reply #4 on: June 16, 2006, 04:51 PM »
In my experience testers do a very good job on the whole. Generally speaking the QA people find a lot of stuff and give lots of feedback, but that feedback is improperly handled/managed/disseminated to the developers and so the devs either take it personally, get overwhelmed with too many bug reports, or just never hear about some things that still may be important. Ignoring the QA department is an all too familiar problem in my experience!  So in general if there is a problem with a test team/deparment it's usually because they're demoralized from never being listened to by everyone else (including, often times, the programming department) and/or they're severely underpaid because their position is undervalued. After all, who really wants to pay someone good money just to tell you your software is broken? ;)

Quite frankly I think CEO's and other management, combined with marketing, are probably to blame for most big problems that make it into public software, purely because they are the ones who make the "rush" decisions. No programmer is in his cubicle telling his boss "ship it! ship it!". Most are either perfectionists, who never want it to ship, or simple code monkeys who know they'll just have another thing to work on so it doesn't matter to them whether the current product ships today or next year.

One other problem I saw a lot was getting personally attached to a piece of software. Commercial software is ultimately intended for sale, thus it must appeal to a reasonably sized market of people to be viable. That clearly precludes the wisdom of letting a producer (for example) get emotionally invested in the product; they will surely make poor business-oriented decisions if their motivations are emotional. And a surprising number of producers, designers, etc. *do* get very emotionally and personally involved in a given product. This can be good in some ways, but if the same person is also making certain important business decisions, they are really not able to do so with a clear head.

Part of the problem too is the way most software publishers treat products and employee performance. If a producer takes on a project that is called for by market research or whatever, and they do a good job (of actually managing the production of the software - which is their job), but it ultimately has to be cancelled, it is *not* necessarily (or even likely) their fault. Their performance can be judged independently of the software's success, and it should be! The success of most software is dependent on so many factors that are completely out of any one employee's hands - especially the producer - that holding someone like that accountable for the product's success is ludicrous. It makes them worry about thier position and makes them feel guilty if it doesn't ship on time or doesn't get good sales, thus skewing their business decisions about the product in a decidely impractical and illogical way. The whole company can be seen to have failed in some sense if a product does not perform as expected, but in general no one person, or even a team of people, are solely responsible; yet this is usually how you see blame being assigned. Or at least that's been my experience. Most of these problems really extend throughout corporate America. We have an unhealthy business culture.

- Oshyan