Hi,

There are several steps on deprecating features[1]. My question is about 
deprecating a whole interface and throwing warnings that the feature is 
deprecated. 

If I have the following interface for deprecation:

[Constructor]
interface Bla {
        attribute bar;
        void foo();
}

Should I just throw the deprecation warning on calling the constructor (and any 
method/attribute creating the object), or on calling foo and bar as well?

Greetings,
Dirk

[1] http://trac.webkit.org/wiki/DeprecatingFeatures
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to