Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Zod naming convention - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
•
3y ago
•
11 replies
Nacho
Zod naming convention
What is the best naming convention for zod
?
both capitalized
const Object
= z
.object
(
.
.
.
)
type Object
= z
.infer
<
.
.
.
>
-or
-
only type capitalized
const object
= z
.object
(
.
.
.
)
type Object
= z
.infer
<
.
.
.
>
Theo's Typesafe Cult
Join
26,564
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Naming convention for files/directories in Nextjs 14
TTC
Theo's Typesafe Cult / questions
3y ago
Theme naming
TTC
Theo's Typesafe Cult / questions
4y ago
Change NODE_ENV convention
TTC
Theo's Typesafe Cult / questions
2y ago
CSS Naming advice
TTC
Theo's Typesafe Cult / questions
3y ago