1. Список говнокодов пользователя nshipster

    Всего: 1

  2. Objective C / Говнокод #16494

    −396

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    - (void)isCharityPost: (BOOL)charityPost{
        self.charityButton.hidden = charityPost ? NO : YES;
        self.cashBadgeButton.hidden = charityPost ? NO : YES;
        
        [self updateCharityButtonWithText:self.charityButton.titleLabel.text];
    }

    Production-код.
    Пунктуация сохранена.

    nshipster, 06 Августа 2014

    Комментарии (2)