CodeIgniter Forums
May I suggest? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: May I suggest? (/showthread.php?tid=47547)



May I suggest? - El Forum - 12-13-2011

[eluser]Unknown[/eluser]
At the end of all codeigniter files:

To do this (just an example):
Code:
/* End of file ./application/config/routes.php */
or even:
Code:
/* End of ./application/config/routes.php */


Instead of this:
Code:
/* End of file routes.php */
/* Location: ./application/config/routes.php */


It's redundant, and just adds characters.