This annex is for the discerning individual who has mastered the art of doing absolutely nothing. It's a comprehensive guide to the intricacies of procrastination, covering topics from the basics to the advanced.
Citation 1: Doing Nothing 101 (required reading)
For further study, we recommend:
Citation 2: Doing Nothing 202: Advanced Techniques (required reading)
// Example of a perfectly valid Procrastination Algorithm
// Input: Task
// Output: Nothing
function doNothing(task) {
while (task.status === 'pending') {
// do something else
}
return null;
}