This is Nstanger's TypePad Profile.
Join TypePad and start following Nstanger's activity
Nstanger
Recent Activity
SQL used to actively promote Yoda conditions when you needed to compare a constant with the result of a subquery:
select stuff from foo
where 500 = ( select sum(cost) from bar where id = 1 );
It used to be that you simply couldn’t write the above WHERE expression in non-Yoda form, but things seem to have improved in recent years (e.g., the non-Yoda form now works in both Oracle and PostgreSQL).
Why? Because that’s what the standard said. Orthogonal language design? Who needs that?
New Programming Jargon
Stack Overflow – like most online communities I've studied – naturally trends toward increased strictness over time. It's primarily a defense mechanism, an immune system of the sort a child develops after first entering school or daycare and being exposed to the wide, wide world of everyday sne...
Nstanger is now following The Typepad Team
Jul 23, 2012
Subscribe to Nstanger’s Recent Activity