Single responsibility: Script includes
When I set up my script includes for an application, I carefully think about the single responsibility to get optimal application design. Single responsibility is one of the five principles of SOLID.
Note however that applying all the SOLID principle...