>>668
暇だからリファクタリングしてあげた
var cup = PourCoffee();
Console.WriteLine("coffee is ready");
var eggs = FryEggsAsync(2);
var bacon = FryBaconAsync(3);
var toast = await ToastBreadAsync(2);
ApplyButter(toast);
ApplyJam(toast);
Console.WriteLine("toast is ready");
Juice oj = PourOJ();
Console.WriteLine("oj is ready");
await eggs;
await bacon;
Console.WriteLine("eggs are ready");
Console.WriteLine("bacon is ready");
Console.WriteLine("Breakfast is ready!");
コイツの管理者はコードレビュー大変そう
C#, C♯, C#相談室 Part95
■ このスレッドは過去ログ倉庫に格納されています
670デフォルトの名無しさん (ワッチョイ be02-AVGY)
2020/01/04(土) 23:40:07.01ID:y+CTQpVr0■ このスレッドは過去ログ倉庫に格納されています
