foreach(item in items)
{
//do what ever with item
// seriously this takes 15 minutes ?
}
- database wrote OP queueing.
- immutable class management.
- closures.
- unconventional break/continue calls.
- catchable exception handling.
Depending on the situation, loops can be hard with what you write inside.