On Mon, Jan 12, 2009 at 2:40 PM, Jared Johnson <jar...@nmgi.com> wrote:
> I can't say I agree with this patch, even though it would represent a less
> significant change and satisfy more parties.. it would also make it more
> likely for both terms to be used throughout the code, decreasing readability
> and increasing the confusion (now the uninitiated reviewer has to not only
> find out what DECLINED means, but also what NEXT means).  It seems better to
> tell people what to use and try to stick with it -- even if that's sticking
> with DECLINED -- and only keep a second label around if it's necessary for
> backward compatibility.
>
> -Jared

there's always the possibility of putting

   sub NEXT() { DECLINED }

near the top of your plugin

Reply via email to