I meant single-letter variable names there.

On 12/19/10, Andrej Mitrovic <andrej.mitrov...@gmail.com> wrote:
> On 12/19/10, foobar <f...@bar.com> wrote:
>> This feature promotes a code smell.
>> <snip>
>> what happens in the following snippet?
>>
>> int a = 5;
>> sort!"a > b"(whatever);
>>
>
> You've accurately described your snippet in advance. *That* is a code
> smell. You should never use single-variable names in your code in the
> first place.
>

Reply via email to