vote up 4 vote down star
2

I've been programming for 25+ years and in the good old days, your first release was 1.0 and it was rock solid. Version 1.1 was major feature additions as well as the fix to the one bug that was found. Nowadays we all know the joke that is software deployment, that release 1.0 is full of bugs to make the ship date, 2 has lots of broken features, and lots of bug fixes, 6 and 7 don't exist because marketing decided that the product needs a higher version number to show how mature the product is... but what about beta? Google always releases their stuff as beta, but it's always a fully functional system, how is it beta? Same thing with stack overflow. From day one, it was a polished, rock solid, fast system, it has never crapped out in any way, and I've never seen it screw up at all, under obviously heavy load. But it's a beta? I think it tarnishes the image of the product to say beta when it is obviously nowhere near the class of product that microsoft releases as 'beta'.

flag

46% accept rate
"your first release was 1.0 and it was rock solid." -- yeah. right. – hop Nov 19 '08 at 15:24
In the early to mid 1980's? Yes, it was. The standards of quality were much higher back then. – stu Nov 19 '08 at 15:56
It wasn't that the standards of quality were higher, it was that the tools and development weren't as complicated. – Robert S. Nov 19 '08 at 16:16
The way you pose this question is argumentative. Consider editing your question to sound less like an angry old man. – Robert S. Nov 19 '08 at 16:20
I disagree completely, and I think you're a bit too fast on the "close" button. The only criticism he mentions is referring to the "old joke", with which he disagrees. In fact, he's saying that what is currently deemed "beta" is better than his impression of what "beta" means. How is that "angry"? – Tim Lesher Nov 19 '08 at 17:24

closed as subjective and argumentative by Robert S. Nov 19 '08 at 16:20

9 Answers

vote up 6 vote down

When the product you release is not the product you planned, that's beta. There may be bugs (or not, hopefully) and there may be missing features. It may be untested on a large user base. Your beta may become a real release, but often you will find issues (which may be transparent to the users) that need tuning or fixing, and will make it into the real release. On occasion, though, you will get it right the first time, and then you get questions like the one you asked, if it works so well, why is it only beta? The answer, of course, is that we didn't know it would work that well when we released it, we only hoped it would.

link|flag
Actually: I would call the software that you describe "alpha", not "beta". Alpha: Features Missing. Beta: Feature-Complete but untested. – BlaM Nov 19 '08 at 15:37
vote up 2 vote down

Another way to look at it, like Google apparently does, is that "Beta is the new Black". That's the current state of things, people just love to call stuff Beta, although its most definately release quality. The only catch is that because they call it Beta they have the "ethical" right to change whatever they want at any time :) However they'd do it anyways, and call it 2.0 or something like that.

link|flag
Or more likely, 2.0 Beta – Elie Nov 19 '08 at 15:28
vote up 2 vote down

Beta versions allow you to get the code into your users hands. Feedback from users is critical to your softwares success. While you should get feedback during development, this is not always possible and usually involves only a small group of users who may not be typical. The beta label reminds everyone it is not yet finished. It also promotes the feeling that "you have been given a special preview not available to everyone".

Is it over used? Yes, especially by Google. I think they do it just to highlight that code is never finished, we just give up and stop rewriting.

link|flag
vote up 1 vote down

The term 'beta' is older than your career:

Historical note: More formally, to beta-test is to test a pre-release (potentially unreliable) version of a piece of software by making it available to selected (or self-selected) customers and users. This term derives from early 1960s terminology for product cycle checkpoints, first used at IBM but later standard throughout the industry. Alpha Test was the unit, module, or component test phase; Beta Test was initial system test.

Maybe you should take a good and honest look at your memories.

I think "or self-selected" pretty much applies to the modern approach of "putting it out there on the net, labeling it 'beta' and letting those who like to live risky have a go."

link|flag
vote up 1 vote down

I think we've come full circle. It used to be software projects were small and easily managed by a small team or a single developer. Then with high-level languages and tools, faster processors, and more memory - our projects grew. But our methods did not. What we used to be able to manage became unmanageable. What we used to be able to test became untestable. A beta release allowed the public to do our testing for us, so we could release a working 1.0 (not that that ever worked).

So our methods changed (TDD, agile, etc). Now we can release a stable first release. We still call it a beta, and follow it with a 1.0 (unless marketing wants it to be called '2009', of course).

Beta has taken on more of a marketing/customer advocate role, too. This is how we learn what the customer really wanted, so we can be sure it's included in the first real release. We're really validating our requirements, not just testing our code.

link|flag
vote up 0 vote down

For our company, a Beta release is another way of saying that while we have tested the application extensively, it still has not been widely deployed among customers. There's a certain maturity and confidence that comes only with time, when an application has been used in a variety of sites and with a variety of data sets. So, even if we feel completely confident that a release is solid, we still label it Beta until we feel that it has had some time to be deployed and tested in a variety of circumstances.

Many of our customers will avoid Beta software because the can't risk problems. Others are willing to risk potential problems in order to get the latest features, and therefore are willing to install and use Beta releases.

link|flag
vote up 0 vote down

I know this may be a bit unreasonable, but maybe the onslaught of beta releases is merely a scapegoat for companies to release a product, without having to worry about the repercussions of a non-fully-functional product. An excuse, if you will, for releasing a buggy system.

Maybe market research found it to be a better method to sell an end product?

Maybe they genuinely wanted customer feedback (from a larger group than any in-house testing could provide) before they finished their release?

I say maybe, because I'm really not sure. I have asked myself that same question before, but could never really find a good solid answer.

link|flag
vote up 0 vote down

Sometimes beta label used because it's modern?

But anyway, I publish my projects as beta because it's not really ready but I want to show product for people to get feedback and create better product. It's so simple to get feedback before release. I think this main reason.

ps: just as fun - "Because it's beta than nothing."

link|flag
vote up 0 vote down

Beta is the honest admission that software always has and always will have bugs. If you call it a "release", it just means you're just showing your bugs around. Beta also means "it's in a state of flux", "don't depend your life on it", "you get what you get" and "if you find a bug, don't be insulted or annoyed, please report it". It takes the pressure off everyone.

Today, we build systems in a day that are more complex than a developer could dream to build ever forty years ago. A little oversight might have ugly consequences. People start to understand that this is not bad per se.

Sometimes a flawed system is better than no system at all and sometimes, the flaws just don't get in your way and sometimes, the flaws are fixed faster than you can encounter them.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.