coates’s avatarcoates’s Twitter Archive—№ 13,606

  1. Coder's real estate: while (true) { try { if (write_cheque($amount)) { break; } } catch (AgentException, NotaryException) { continue; } }