[CDBI] Re: Class::DBI::Audit

"Edward J. Sabol" <sabol-2oVx0MVsMgiP/[email protected]> Tue, 24 Apr 2007 16:57:36 -0400
Newsgroups gmane.comp.lang.perl.modules.class-dbi
Message-ID <[email protected]>
Brian Duggan wrote:
> Any comments or criticisms would be appreciated.

This is the first usage I've seen of "use mixin" even though CPAN says its
been around since 2002. Nifty.

The whole module is pretty neat. It's not immediately clear as to how tightly
the module is tied to the schema in the SYNOPSIS, but it looks like it can be
altered for differents databases and schemas pretty easily, so that's cool.

I'm not a fan of the usage of "studlyCaps" for the method names auditTable()
and auditColumns(), but that's a personal preference, I suppose. I would have
used audit_table() and audit_columns() personally, which also fits in more
with the Class::DBI method names.

Hope this feedback helps,
Ed