> On 01 Sep 2015, at 09:51, Peter Uhnák <[email protected]> wrote:
>
> Yuriy had an idea that QualityAssistant would offer option to rewrite your
> code, when you are sending a deprecated message.
> So you would have
>
> MyObject>>myMethod
> self deprecated: 'whatevs' rule: RewriteToolRule
>
> and then in your code which sends this method, the QA would inform you of the
> deprecation and offer you rewrite.
> This is safe (it shows Changes dialog first), and practical, because you can
> publish the rewrite rules as part of your code and users can update easily
> whenever they are ready.
>
Yes!
Marcus