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

On this, I like to also use

   Where 1 = 1
   And...
   And... 
Which makes it easy to comment out specific filters.
Yup, my code is littered with WHERE true AND ...