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

    Всего: 1

  2. JavaScript / Говнокод #21969

    −38

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    function nodash (s) {
      var re = /(.*)-(.*)-(.*)-(.*)-(.*)/;
      var a = re.exec(s);
      return a[1] + a[2] + a[3] + a[4] + a[5];
    }

    A typical filename in the system: 628f1ff3-0c96-4f4a-84a3-f5e29de2dfab.jpeg
    Experienced Unity developer writes a function to remove hyphens (props for naming) from the filename. Wow

    eternalko, 12 Января 2017

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