Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

[GTA] Update game data files to comply with forthcoming database specification #2

Open
phillf opened this issue Apr 11, 2021 · 0 comments
Assignees

Comments

@phillf
Copy link
Contributor

phillf commented Apr 11, 2021

Describe the bug
Current version of game data files follow the old database specification. Table & column names don't posses consistent formatting. Some use underscores (TABLE_NAME) and some use Camel Case (aTableName). They may even be some Pascal Case (AnotherTableName).

Expected behavior
Table and column names should follow the Camel Casing convention (aTableName, anotherTableName).

Additional context
Maintaining consistent formatting makes code:

  • MAINTAINABILITY - Having a consistent database schema will help to make code more maintainable when writing or modifying database queries.
  • READABILITY - Having a consistent database schema make more code readable and will decrease cognitive complexity.
@phillf phillf changed the title Update game data files to comply with forthcoming database specification [GTA] Update game data files to comply with forthcoming database specification Apr 11, 2021
@devotedsouls devotedsouls self-assigned this Apr 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants