[Cuis] Cuis-Features

H. Hirzel hannes.hirzel at gmail.com
Sun Jun 30 11:03:11 CDT 2013


So your initial

  (RequiresFeatureSpec name: #Sound) require.

would become

   (Requirement name: #Sound) require.

What about

   (Requirement named: #Sound) require.

?

And how could this expression made different without having two time
'require' in it?

How would expressions with #Feature and #FeatureSpec look like?

--Hannes




On 6/30/13, KenD <Ken.Dickey at whidbey.com> wrote:
> On Sun, 30 Jun 2013 12:47:40 +0000
> "H. Hirzel" <hannes.hirzel at gmail.com> wrote:
>
>> RequiresSpec is a compound word of a verb and an noun.
>
>
> Ah.  Silly me.  Thank you so much.  I have used so many random programming
> languages that I forget the basics.
>
> How about:
>   A FeatureSpec consists of a Feature and a collection of Requirements.
>
> So:
>   RequiresFeatureSpec -> Requirement
>   SuppliesFeatureSpec -> Feature
>   ProvidesRequiresSpec -> FeatureSpec
>
>
> Suggestions for better names?
>
> Thanks again,
> -KenD
>
>




More information about the Cuis mailing list