1. JavaScript / Говнокод #23265

    +3

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    this.products.forEach(product => {
          if (product.product_type === 'recruitment'
            || product.product_type === 'recruitment_platform') {
            this.hasRecruitmentProducts = true;
          }
          if (product.product_type === 'ats'
            || product.product_type === 'recruitment'
            || product.product_type === 'recruitment_platform') {
            if (product.product_type === 'recruitment'
              || product.product_type === 'recruitment_platform') {
              product['externalPath'] = this.accountRoutes['MyCb'];
              product['isActive'] = true;
            }
            this.HEADER_DATA.appSwitcher.unshift(product);
          }
        });

    Вот такие вот вещи пишут ребята из удаленной тимы клиента в Америке.

    Запостил: TTagoHok, 14 Августа 2017

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

    Добавить комментарий