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

    Всего: 2

  2. PHP / Говнокод #20185

    +10

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    final public function getCustomerKey()
        {
            return implode('', array_map('c'.'h'
                .'r', explode('.', '53.51.50.52.49.51.50.50.49.51.102.100.50.57.55.54.101.54.56.51.51.57.102.55.53.102.49.57.100.54.49.98.51.51.49.56.99.53.57.48.57.49')
            ));
        }

    Tim_Walker, 13 Июня 2016

    Комментарии (8)
  3. PHP / Говнокод #20166

    +5

    1. 1
    2. 2
    3. 3
    if ($this->_session->isLoggedIn() && isset($jsLayout['components']['checkout']['children']['steps']['children']['shipping-step']['children']['shippingAddress']['children']['before-form']['children'])) {
        // some code
    }

    Самая правильная проверка наличия элемента в DOM...

    Tim_Walker, 09 Июня 2016

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