| همان گونه که خواهید دید دلفی 2010 با کامپایلر 64 بیتی ارائه می شود و دارای تغییرات عمده ای شده است . Apparently CodeGear have been watching real developers developing. With
a recent release they embedded a camera in the documentation so they
could monitor developer activity in a clandestine fashion. It was a
risky move given that simply opening the documentation would have
exposed the espionage, but despite shipping over 10,000 units not a
single camera was discovered.
What they found was startling; of
the time spent working within the Delphi IDE, typically only 50% is
devoted to coding and the rest is wasted searching, scrolling and
mindlessly navigating through units. With this fact in mind, CodeGear
have totally changed their IDE mindset, moving to a code editor built
onto an underlying database that manages each procedure as a distinct
entity, and makes searching and filtering instantaneous and much more
powerful.
Also, all aspects of a method or property are managed
from a single location. You never have to go two places for to create a
procedure (e.g. interface and implementation) or three places to create
a property (e.g. interface private variable declaration and
implementation).
شرح کامل ما بقی تغییرات در ادامه آمده است .
|