[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: strong pointer registration



I checked the code in question, it holds onto the builders in
an system independent way.  Why does your code hold them in
a system dependent place?

Thje interface presented is that the builder module has a building regestration book
that keeps track of what buildings exist,  the application modifies that through
regester & unregester commands.

I expect this "where it is used" is a bad place to put such things,
they can and will be "used" all over the place, this way gives us a central
location to check what is regestered, rather than having to devine what code
might want to do this itself.