How to ride the bus

Although a seemingly mindless task, many San Franciscans lack the skill necessary to use MUNI. So I am going to provide this free algorithm to help them take the bus more efficiently.


if (Bus.capacity == "full") {
You.wait_for_next_bus();
} else {
You.get_on_the_bus();
}

Published
Categorized as Rant