Subject: | Prepositions should not be plural |
Need to rethink some of the naming. I just got the following warning in
0.05003:
DBIx::Class::Schema::Loader::RelBuilder 0.05003: warning, stripping
trailing _id from Veure::Schema::Result::User relation 'email_to_ids',
renaming to 'email_toes'. This behavior is new as of 0.05003.
DBIx::Class::Schema::Loader::RelBuilder 0.05003: warning, stripping
trailing _id from Veure::Schema::Result::User relation 'email_from_ids',
renaming to 'email_froms'. This behavior is new as of 0.05003.
"email_froms" is bad enough, but "email_toes"?
If you're going to infer names, prepositions should not be plural.
"emails_to" and "emails_from" would make this easier.
Cheers,
Ovid