maevsi / sqitch

maevsi's database migrations.
https://maev.si
1 stars 3 forks source link

docs(contributing): explain naming schemes for code style #83

Open dargmuesli opened 2 days ago

dargmuesli commented 2 days ago

The contributing guide currently does not specify naming schemes for properties or variables, like alphabetical sorting or the preference to name an entity first, data type – if even necessary – second. Examples should be given.

These conventions aim to keep the code style consistent and standard DX pain points away as the project grows, especially for future developers.

dargmuesli commented 2 days ago

Waiting for: