Chipping the web: November 11th
Sterling Camden

- Go Language Design FAQ
Go figure.
Tags: programming go google language design concurrency - Prioritize consulting tasks by mapping them to client goals | IT Consultant | TechRepublic.com
tasks.sort {|task1,task2| task1.goals.total(:priority) <=> task2.goals.total(:priority) }
Tags: techrepublic consulting projectmanagement goals - 500 Internal Server Error
500 Internal Server Error
Tags: none
Posted in Share the Love |
2 Comments » RSS 2.0 | Sphere it!





If unable to prioritise, then ’shortest-job-first’ is known to be the optimal algorithm.
That’s true, and it’s a practice I regularly employ. I forgot to mention it as a tie-breaker.