1. PHP / Говнокод #17679

    +161

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    there is a reason why opencart is the no.1 most used ecommerce solution in places like china and india, its the easiest code base to understand!
    
    --
    
    many apps servers! what does that mean? you mean different applications running from the same framework?
    you build each application starting from the index.php file and include what ever library classes you require.
    
    --
    
    "I agree with you that it's harder to write simple code, because REPEATING CODE IS HARD TO DEBUG HARD TO READ AND TO CORRECT. so it makes you waste a lot of time."
    
    this is what search and replace is for!

    Создатель опенкарта (Daniel Kerr) исходит на говно, много мякотки
    http://www.techchattr.com/never-use-opencart#comment-1151857248

    Запостил: Fike, 22 Февраля 2015

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

    • so? do you see any errors? is this in issue with the frame work? no!

      easy fix add in index.php

      if (substr($request->get['route'], -10) == '__construct') {
      exit();
      }
      Ответить
      • if you actually had any real coding skills you would have your own open source projects.

        as well as a degree in software engineering i also had phone calls with Cambridge IT professors and meetings with members of the British computer society telling me how well structured my code was.

        BRITISH COMPUTER SOCIETY [x]
        Ответить
        • лол, оказывается это реальная и серьезная организация
          http://en.wikipedia.org/wiki/British_Computer_Society
          Ответить
    • Тот случай, когда язык выбирает человека.
      Ответить
    • Я так понимаю techchattr слился после предложения померяться проектами?
      Т.е. он - Царь от мира PHP?
      Ответить
      • Ну, он ежедневно борется за жто звание

        > Well genius you obviously don't have a clue about OOP programming! OpenCart is probably the most cleanest framework out there! Have you ever tried Zend Framework?
        > You have a lot to learn! your head has been filled up with nonsense probably from forums like sitepoint.

        http://forum.opencart.com/viewtopic.php?p=72582#p72582
        Ответить
    • ААА

      > you will never get the full flexibilty with an ORM as you do with RAW SQL

      RRRRRRAW SQL
      Ответить
      • full flexibility это "select * from foo order by " . $_GET["order"]?
        Ответить
      • Всё просто. ASM-модифицированый организм.
        Ответить

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