this post was submitted on 01 Nov 2024
0 points (NaN% liked)

General Programming Discussion

7796 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I’m thinking of learning it

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 6 days ago

I, and then every junior I’ve onboarded as well, struggled to grasp just how important the naming conventions are for everything to just work. Models and tables must be named a certain way or you’ll be scratching your head. Model policies must be named a certain way. On and on. You can override all those, of course, but it’s just another gotcha.