Gustavo
CCConvex Community
•Created by igor9silva on 11/16/2024 in #general
Shared functionality patterns and authz
If calling
find()
directly can cause problems, something else like find.run()
would already help. Better than having to split into a separate function.22 replies
CCConvex Community
•Created by igor9silva on 11/16/2024 in #general
Shared functionality patterns and authz
Just wanted to say I agree with @igor9silva for these exact reasons. The less I have to worry about naming and typing, the happier I'm.
22 replies
CCConvex Community
•Created by doug on 10/29/2024 in #general
Schema analysis paralysis
Also, ask o1 and Sonnet 3.5 for advise
22 replies
CCConvex Community
•Created by Papa Johns on 10/15/2024 in #general
Default values for fields
Side note: if
isActive
and isDeleted
are mutually exclusive, consider using a single field, e.g.: status: 'active' | 'deleted'
.3 replies