Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Sorts???? (Score 1) 405

Sorts are a job for the operating system not the programmer. Why constantly re-invent the wheel.All the only sorting I did in over twenty years of COBOL programming was done by the operating system (VME/B VME2900)which had a multipass sort routine smart enough to pick out the best algorithm after the first pass.

Slashdot Top Deals

Real Programmers don't write in PL/I. PL/I is for programmers who can't decide whether to write in COBOL or FORTRAN.

Working...