51
SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL
(research.google)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
If this is something likely to change I'd space it out - but mid-line diffs are usually pretty readable in most clients.
As always, expression should cater to readability and shouldn't be limited by syntax rules.
No matter which tool you're using, this:
Is always less readable than:
And this isn't even the worst example I've seen. That would be a file that had a bug due to duplicated entries in a list, and it became very obvious as soon as I converted it to something akin to the second version.