my boss wants me to write an include file, with all the function the application is going to use. The include is already over 2700 lines of code. I hate doing in such a method, I like having different include files for different sections.
How do you guys write your code?