- 1
- 2
- 3
- 4
- 5
- 6
var inited = Connectivity.Init().Result;
inited = ServerService.Init().Result && inited;
inited = AccountInfoService.Init().Result && inited;
inited = InitMandatoryServices() && inited;
IsInit = inited;
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
−1
var inited = Connectivity.Init().Result;
inited = ServerService.Init().Result && inited;
inited = AccountInfoService.Init().Result && inited;
inited = InitMandatoryServices() && inited;
IsInit = inited;
guest 15.09.2015 20:51 # 0
guest 15.09.2015 22:00 # 0