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

    Всего: 3

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

    +171

    1. 1
    2. 2
    3. 3
    if(trim(strtolower($page))!=='Qwips') {
         return false;
    }

    Смешно

    VASMAN, 14 Ноября 2011

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

    +153

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    static $table_classes = array (
      0 => 'App',
      1 => 'Plugin',
      2 => 'AppUser',
      3 => 'Contact',
      4 => 'Email',
      5 => 'Link',
      6 => 'Mobile',
      7 => 'Session',
      8 => 'User',
    );

    VASMAN, 25 Мая 2011

    Комментарии (11)
  4. SQL / Говнокод #4921

    −184

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    CREATE TABLE IF NOT EXISTS `participant` (
      ...
      `subscribed` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL COMMENT 'whether the participant is currently subscribed',
      `posted` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL COMMENT 'whether the participant has posted a message to this stream'
    )

    VASMAN, 14 Декабря 2010

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