On Wed, Aug 14, 2019 at 9:06 PM Gregory Ewing
<greg.ew...@canterbury.ac.nz> wrote:
>
> MRAB wrote:
> > Another thing you might want to avoid is naming something with what it
> > is, e.g. "Trails_Table" (why not just "Trails").
>
> Or possibly just "Trail", since any table potentially contains
> multiple rows, so making all your table names plural doesn't
> add any information.
>

I prefer to say "Trails" for the table, and "Trail" would then refer
to a single row from that table.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to