[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [xacml-comment] XACML 3.0 wd 8
Thanks again Roland,
I've fixed the duplicate variable. But I like the curly braces, so I
kept them. :-)
Best regards,
Erik
Roland Illig wrote:
> Erik Rissanen schrieb:
>
>> BTW, you are very welcome to give the new algorithms a thorough review.
>> We really appreciate more eye balls which can spot mistakes. :-)
>>
>
> In the pseudo code of deny-overrides, there is a duplicate variable
> called "decision". I would call the parameter "decisions", since it is
> an array. And (as a really minor issue), I would put the array brackets
> at the right of the type name, not the variable: Decision[] decisions.
>
> I would also remove all those unnecessary curly braces. They only make
> the code look more bloated than it really is.
>
> To add some good words in between: I really like the decision to unify
> the combining algorithms using the Indeterminate{...} notation. It feels
> to me like the most elegant way to do it.
>
> Roland
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]