From: Erik V. <eri...@hc...> - 2005-03-05 22:00:12
|
> >My suggestion would be to specify a brown (as in 1830) > square by something > >like > > <square name="a6" price="25"> > > <noCertLimit/> > > <noHoldLimit/> > > <noBuyLimit/> > > </square> > >and leave it to the View class to decide from these (or > other) booleans > >what colour that square will have. > > > I think that to simplify the layout, defining <noHoldLimit> > implies <noCertLimit>, and therefore <noCertLimit> doesn't > need to be explicitly defined. I am not aware of any exceptions to the rule that noBuyLimit implies noHoldLimit and that noHoldLimit implies noCertLimit, but I am not 100% convinced that we should hardcode these rules. Do any other readers have an opinion on this matter? Erik. |