Re: How to handle long parameter list
"Bob Tarling" <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <[email protected]> |
On 04/09/2008, Jon Schewe <[email protected]> wrote: > Yes, that's what I'm looking for is something to cause it to wrap or > hide. Although after discussing it with some of my cowokers it suggests > that perhaps there are too many arguments and thus the right answer is > to have an intermediate class to hold the settings that is then passed > into the method; in this case a constructor for an immutable class with > many read-only properties (thus the need for lots of arguments). http://martinfowler.com/bliki/DataClump.html :-) That may improve your design but it's not something that should be driven by a limiation of ArgoUML. Please raise the issue if it does not already exist. Bob