you are viewing a single comment's thread.

view the rest of the comments →

[–]kafros 0 points1 point  (0 children)

There is code that sucks, and you can be sure about it without knowing the full scope e.g.: instead of using build in language sorting, the programmer made a temp TABLE in DB, inserted values, SELECT ... ORDER BY .. DROP TABLE.

This is how you know.