Deprecation schedule

Stewart Gordon smjg_1998 at yahoo.com
Sat Nov 27 16:21:20 PST 2010


On 27/11/2010 17:04, Jacob Carlborg wrote:
<snip>
> It seems like that developers using Java are very afraid of removing
> anything. If I recall correctly the SWT library contains several
> classes/interfaces with a 2 appended to the end of the name just because
> they don't want to remove the old class/interface.

Adding methods to an existing interface creates immediate backward 
incompatibility, no wait for the interface to be removed.  It's like 
changing the parameter list of a function.

Stewart.


More information about the Digitalmars-d mailing list