Y
Hacker News
new
|
ask
|
show
|
jobs
by
croes
1902 days ago
It's also easier if you want to comment out certain parts of your code during debugging.
1 comments
scottmcdot
1902 days ago
On this, I like to also use
Where 1 = 1 And... And...
Which makes it easy to comment out specific filters.
link
Tostino
1902 days ago
Yup, my code is littered with WHERE true AND ...
link