5

ArseHole, for simple CRUD, my client suggest to use WordPress. Then they added payment and booking system. I asked why still using WordPress????? It's nightmare to work three peoples on functions.php file.

Fuck off. Go fuck yourself. 😣

Comments
  • 2
    You could divide that file and require once the pieces. It won't make performance worst and you could work as a team without much conflicts on your merges.
  • 2
    Why does it all need to be functions.php that sounds like you making just theme edits. 😂😂😂😂😂
  • 1
    @mortanius even include starts with functions.php
  • 1
    @Eariel we used includes and require. But problem is creating functions that return Html. We have to do refactor for each and every sprint.
  • 0
    And the functions.php is part of a theme what about a plugin? All I can say is it sounds like you are doing multiple things the wrong way.

    If you elaborate more on what your doing and trying to do I'll try to help you improve. 😂
  • 1
    @mortanius Thanks bro. That code was written by my seniors 3years before. We just went for doing bug fixes. After successful refactor, now it's running on Laravel. 😺
  • 0
    @theorion oh ok sounds like you've fixed it then 😊😊
Add Comment