38
Majstr
7y

All front end written in one file. File has over 6000 lines, mix of a php, javascript and extjs. It kills my IDE.

Comments
  • 1
    No idea. Loosing my mind every time i try to change something.
  • 0
    Separate all this in nice small files and use a task runner to assemble everything (grunt, gulp, brunch etc...)
  • 0
    Its a true SPA if you ask me!! ;)
  • 0
    Inline JS is the devil, especially when someone sets it to a PHP variable that does not lint...Just (still) dealt with this!
  • 0
    Php set javascript vars. I have no energy or time to separate code into more files.
Add Comment