← Back to team overview

hipl-core team mailing list archive

[Bug 592225] Re: absurd APIs

 

A word of caution: Grouping parameters in structs only makes sense if
these parameters are strongly related. Otherwise the function APIs will
have less parameters but the same or higher complexity because absurd
structs are used instead.

Sensible grouping, however, will definitely simplify things. Whoever
addresses this problem should put some effort into selecting a very good
grouping and good naming for it. Discussions here or on the list won't
hurt.

-- 
absurd APIs
https://bugs.launchpad.net/bugs/592225
You received this bug notification because you are a member of HIPL core
team, which is subscribed to HIPL.

Status in Host Identity Protocol for Linux: New

Bug description:
DB: There are functions with a dozen parameters, some have even more.
It makes you laugh and cry at the same time...

MK: any way to shorten the manual inspection time?