On Tue, Jan 31, 2012 at 7:15 AM, Gustavo Sverzut Barbieri <
barbi...@profusion.mobi> wrote:

> 2012/1/31 ChunEon Park <her...@naver.com>:
> >
> > Yes. of course.
> >
> > But if we let those code be, the code woud be getting more and more
> dirty.
> > So, someone should do that anyway.
> >
> > Here is the reasons why I prefer to clean the code.
> >
> > 1. It does not take much time. (once we find it, we can fix the trivial
> in 30 sec)
> > 2. This is not only for me but also others. It means we should keep the
> code clean for readability.
> > 3. If we fix them consequently, It will be fine to submit the code in
> pieces as possible for reviewers(it's easier to find any mistakes in the
> diff.)
> > 4. As a programmer, writing dirty code is shame for us (or at least
> me)...
>
>
Hello,


> It was not dirty and it's not much better. gg_it -> gl_it in a 3 lines
> context.


Yes it was not dirty. But it's better now :)
Guess when we faces gg, gg2, gl, gl2 in a function.

gg(genlist), gg2(gengrid), gl(genlist), gl2(gengrid) vs  gg(gengrid),
gg2(gengrid), gl(genlist), gl2(genlist)

Which is clear?
This is for the future. Hermet's job will make code consistent and more
readable. You may not recognize this now. But some day later we will see
why it's needed.
Btw, still this is not a MUST.

My 2 cents.

Daniel Juyung Seo (SeoZ)


--
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to