5

I am losing my mind trying to create a new feature to a 2013 code base.
This project uses Zend Framework 1.12 and jQuery 1.4, so I added Vue and things went better but I have some tests to do.

Comments
  • 0
    Been there as well, but Symfony 1.4 and AngularJS 1. Added bootstrap and jQuery to make a new feature work.

    Actually looked good tbh
  • 0
    Step 1) Use a framework to avoid the jQuery style mess that results from direct DOM manipulation for complex projects.

    Step 2) Bypass the framework using jQuery.

    Step 3) Enjoy the resulting mess.
Add Comment