Subject | Re: [IB-Architect] New API: Object Life Time |
---|---|
Author | Glebas Paulevicius |
Post date | 2000-06-02T17:17:31Z |
Marcelo,
then - a proper name for it - ConnectionManager.
It might seem that I bother too much about such niceties,
is that I consider proper naming very important part of
programming practise. This is especially true when you
designing classes or libraries which will be heavily used
by other people. This is something about respecting them.
Glebas
>I think of a Connection object as being one which manages a connection,If this is an object that manages a connection -
>through its preparation stages, lifetime, and disposal.
then - a proper name for it - ConnectionManager.
>I don't expect my String object to actually hold a bunch of characters - I'mRight - because an empty string is still a string.
>fine with an empty string. I just want my String object to be able to manage
>the characters it has, if any, and be able to know whether it really has
>any.
It might seem that I bother too much about such niceties,
is that I consider proper naming very important part of
programming practise. This is especially true when you
designing classes or libraries which will be heavily used
by other people. This is something about respecting them.
Glebas