Re: OOP/OOD Philosophy
- From: "frebe" <fredrik_bertilsson@xxxxxxxxxxx>
- Date: 14 Jul 2005 08:22:17 -0700
> Post development, with the same version, just how often do you plan to "add
> a column"?
I make new versions of my applications and add columns all the time.
For example my current project, an time reservation application.
Yesterday got a customer request that there need to be a limit of how
many reservations a user can make, otherwise the application can be
misused. This forces me to add a new column to the configuration table.
> How unstable is your application?
All applications are changing, otherwise they have no users.
> BTW, your terminology presumes an RDB underlying everything.
Correct
> I do not.
Why not?
> Do you not plan to use design and project management, or just randomly "add a column"?
Adding of a column is planned in a new version, of course. But new
versions may be release every month.
> So long as the interfaces do not change, a change in one layer does
> NOT mandate a change anywhere else.
No, but a change in the database schema will most likely also change
the business layer.
>> Can you give some examples of such scenarios?
>Please see above.
I did not find any examples.
Fredrik Bertilsson
http://butler.sourceforge.net
.
- References:
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Phlip
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Phlip
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Phlip
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Robert C . Martin
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Robert C . Martin
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: topmind
- Re: OOP/OOD Philosophy
- From: Brian P
- Re: OOP/OOD Philosophy
- From: frebe
- Re: OOP/OOD Philosophy
- From: Brian P
- Re: OOP/OOD Philosophy
- Prev by Date: Re: Test first as specification
- Next by Date: Re: OOP/OOD Philosophy
- Previous by thread: Re: OOP/OOD Philosophy
- Next by thread: Re: OOP/OOD Philosophy
- Index(es):
Relevant Pages
|