-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Yo Rafael,
I was thinking if this doesn't already live some place we need to get strict on some sort of coding standard.
This should be a lot easier with the library but there are some annoying differences between components
like in tables there is naming differences.
most of the time, we prefix everything with the type of table
example,
a Table for terms would be
term_id
term_name
but than sometimes we just use
id,
name
other times the XML defs are either
Dioscouri
or
Dioscouri Design
also
in tables,
we use
date_created
created_date
createddate
datecreated