822 Views
Ben Nadel discusses the "Don't Repeat Yourself" (DRY) principle in the context of SQL queries. To new developers, identical SQL statements can feel like duplicated logic. But, they are not. The DRY principle only applies to business logic, not the syntax of data-access.
0 comments