Evas_Object *obj;
Elm_Object_Item *it;
Evas_Object *obj2;
Elm_Object_Item *it2;
-----------------------------------------------------------------------------------
Evas_Object *list;
Evas_Object *slideshow;
Elm_Object_Item *list_it;
Elm_Object_Item *sliding_it;
I think sliding_it(or sliding_item) is more clear to understand while reading
the code.
Moreover, even we are using the naming rule in our EFL, applications could name
variables according to their philosophy.
Actually, I worried about changing each widget item interface to common
interface.
Since common APIs give the chance to user write incorrect code(at least, they
may waste their blogging time to find out their mistake since it would not be
caught when compiling even we provide warning messages.)
But it's ok. actually, it depends on users' skill. And I'm not the one of the
poor man to do those mistake.
However, The world is not our side always, there are so many people who are not
good at EFL programming definitely.
IMHO, The above coding style is helpful to prevent users mistake in advance.
------------------------------------
-Regards, Hermet-
-----Original Message-----
From: "Gustavo Sverzut Barbieri"<barbi...@profusion.mobi>
To: enlightenment-devel@lists.sourceforge.net
Cc: enlightenment-...@lists.sourceforge.net
Sent: 11-12-09(금) 20:49:56
Subject: Re: [E-devel] E SVN: hermet trunk/ephoto/src/bin
On Fri, Dec 9, 2011 at 2:38 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
>
> Log:
> ephoto - more clear variable name
...
> --- trunk/ephoto/src/bin/ephoto_slideshow.c 2011-12-09 04:35:35 UTC (rev
> 66052)
> +++ trunk/ephoto/src/bin/ephoto_slideshow.c 2011-12-09 04:38:59 UTC (rev
> 66053)
> @@ -19,14 +19,14 @@
> if (!strcmp(k, "Escape"))
> {
> Evas_Object *win = ss->ephoto->win;
> - Elm_Object_Item *item;
> + Elm_Object_Item *slideshow_item;
huh? How slideshow_item is more clear than item? Actually in efl we'd
call it "it". What's the point in this renaming?
--
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of
discussion for anyone considering optimizing the pricing and packaging model
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel