On Dec 12, 3:53 pm, Dianne Hackborn <hack...@android.com> wrote:
> The feature expression is "I need X, and Y, and Z".  Maybe in the future
> there will be ways to express "greater than," and "A or B"...  but on the
> other-hand, making this so complicated has a lot of pit falls as well.

Don't overcomplicate it.  99% of reqirements are satisfied by "and
greater than", i.e. "I need >= 4 user clip planes and >= 3 texture
units".  Don't let the theoretical possibility that someone might want
to say "I need exactly 2 user clip planes and anisotropic filtering OR
less than 6 user clip planes and non-power-of-two mipmaps" stop you
from implementing the basic functionality.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to