>-----Original Message-----
>From: Alex Blewitt [mailto:[EMAIL PROTECTED]
>Sent: Saturday, October 21, 2006 3:32 AM
>To: [email protected]
>Subject: Re: RE: Thoughtless fixes considered harmful Was: [OT]
Automated
>fixes considered harmful
>
>On 21/10/06, Fedotov, Alexei A <[EMAIL PROTECTED]> wrote:
>> Alex,
>> I see and accept your point. I believe that partial commits are a
must -
>> we should be a community.
>>
>> My point is simple - the code under active development shouldn't be a
>> subject of beautification - it just should be safe for other Harmony
>> modules. The first goal is to make it work.
>
>Completely agree. Code which is fluctuating under development
>shouldn't cause a concern that it's generating warnings for this kind
>of thing.
>
>Once the code matures, and is fully implemented and tested, *then*
>that's the time to start the beautification process :-)
>

I agree with this too. No beautification should be performed on code
which is actively being developed. I think everybody understands it
clearly.

But once the code is quite stable and only bug fixes are applied to it,
I see no harm from deleting unused local variables and imports. Removing
unreferenced private fields and methods can be dangerous. Nevertheless
I'd vote for removing ones as well. It makes code more concise leaving
no legacy.


Regards,
--
Alexey A. Ivanov
Intel Middleware Product Division

Reply via email to