|
|
|
|
|
by whizzter
103 days ago
|
|
That's the real shame but also the lesson, a perfectly good and specified format, but the apparent simplicity makes everyone ignore the spec and yolo out broken stuff. This is why SQL is "broken", it's powerful, simple and people will always do the wrong thing. Was teaching a class on SQL, half my class was reminding them that examples with concatenating strings was bad and they should use prepared statements (JDBC). Come practice time, half the class did string concatenations. This is why I love Linq and the modern parametrized query-strings in JS, they make the right thing easier than the wrong thing. |
|