Skip to content

Comment on What was the strangest coding standard rule that you were forced to follow?

Comments

One company where I worked decade ago have tables numbered, like tbl01_users or tbl14_places.

Still have no idea why they establish it this way.

Likely because it tied into a data dictionary from a documentation system.

The tbl01 makes it unique (so you can have a users and someone else can have theirs too), the data dictionary then tells you what fields exist in that particular table and how those fields relate to other tables.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.