vote up 5 vote down star

I am currently using Delphi 2009 a few days ago I downloaded a copy of Delphi 2010.

How stable is Delphi 2010?

Should I wait until the first service pack comes out before moving to this version?

flag

4  
this sounds like a good question for forums.codegear.com/embarcadero.public.delphi.non-technical, not here. – Argalatyr Sep 10 at 18:37
2  
Every question on Stack Overflow could be well placed elsewhere. However, the POINT of SO is to be a central place for all programming knowledge, and as such, this question fits right in. If you actually think the question is inappropriate, flag it for close rather than preach in the comments. – Tim Sullivan Sep 14 at 15:15
@Tim: my point was that SO is not a discussion forum - sorry I was not more explicit. Your comment about flagging is valid, even if a bit preachy. ;-) – Argalatyr Sep 16 at 20:02

4 Answers

vote up 17 vote down check

It seems to be more stable than D2009.

But in regards to your question, who can tell?

D2010 was released days ago. It will take at least a couple months to be confident that all major issues have been uncovered by Delphi users. Then you can judge whether any are show-stoppers for you. If your release timeline can't hold off that long, then plan on using both compilers for a little bit. The good news for you is that it's quite easy to write code which works in both.

link|flag
vote up 1 vote down

To answer your question: Yes.

link|flag
3  
He also asked how stable, and should he wait for a service pack. – Darian Miller Sep 11 at 3:18
2  
Okay, answers: Very Stable. No. – Nick Hodges Sep 11 at 5:42
vote up 6 vote down

I like Bruce's answer. Let me just add to what he said that debugger visualizers can make debugging a whole lot easier. Between visualizers and improved generics it's definitely worth upgrading from 2009. (The RTTI and Attributes can be helpful too, depending on your program.)

link|flag
vote up 7 vote down

In my opinion, it's very stable and usable. More so than even Delphi 2009, which I also like a lot.

I understand a lot of issues with Generics have been cleaned up, too.

Definitely ready for production use.

link|flag

Your Answer

Get an OpenID
or

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