Comment on Ask HN: How do you enforce database standards?Comments−verdverm6yI'm using a sort of ORM, and part of that is making casing consistent. Naming conventions are harder to enforce because this often requires the semantic context to be understood.
Comments
I'm using a sort of ORM, and part of that is making casing consistent. Naming conventions are harder to enforce because this often requires the semantic context to be understood.