rw-book-cover

Metadata

Highlights

Let’s get into those 3 tenets of modular data modeling: naming conventions, readability, and ease of debugging + optimization. (View Highlight)

always strive to keep individual model files to roughly 100 lines of code for high readability. Generally data models shorter than 100 lines have avoided doing overly complex joining, either by limiting the raw number of joins, or by joining in simple ways (repeatedly on the same key) (View Highlight)