Re: Creating database tables from queries based on ORM API?

Markus Elfring <[email protected]> Thu, 18 Apr 2019 13:35:45 +0200
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
>> Can additional components become helpful as base classes?
>
>    Sure but what is the advantage over a single monolithic class?

I suggest to reconsider the change granularity.

* Will a bit more code reuse become possible (only on concrete demand)?

* Does such a structure belong to good software design
  and development practices?

Regards,
Markus