Skip to content

Rename less frequently used properties to camelCase#1030

Merged
mvorisek merged 8 commits intodevelopfrom
cleanup_code_cs
Jul 15, 2022
Merged

Rename less frequently used properties to camelCase#1030
mvorisek merged 8 commits intodevelopfrom
cleanup_code_cs

Conversation

@mvorisek
Copy link
Copy Markdown
Member

@mvorisek mvorisek commented Jul 15, 2022

All properties, EXCEPT the most commonly used for

  • Reference (our_field/their_field)
  • Join (master_field/foreign_field)
  • properties from Model like id_field
  • and Field like read_only
    were converted from snake_case to camelCase

The most commontly used one would be probably renamed later too, but with more careful decision and maybe /w some getters where the immutability/logic would require.

@mvorisek mvorisek changed the title Cleanup code CS and docs Rename less frequently used properties to camelCase Jul 15, 2022
@mvorisek mvorisek merged commit ff302f5 into develop Jul 15, 2022
@mvorisek mvorisek deleted the cleanup_code_cs branch July 15, 2022 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant