I know some companies will say the have over X lines of code. My project is big and i don't really want to check every file for line count and add up by hand. Do companies that do this use a script or something to get total lines?
I'm sure i could write a php script that uses forloops and some other functions to build my own.
I'm sure i could write a php script that uses forloops and some other functions to build my own.