SQL Queries That Look The Same Are Not Violating The DRY Principle

added by JavaScript Kicks
6/11/2019 8:40:32 PM

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