Welcome Guest, Not a member yet? Register   Sign In
StatsIgniter - How many lines has your CI project?
#1

[eluser]DestinoMultimedia[/eluser]
Hi everybody !!!

It was another boring day at home when I thought ... what if I make a library that counts the lines of code in my application? And here it is Big Grin

You can take a look on my web:

http://www.destinomultimedia.com/opensou...atsigniter

The library is free and is hosted on GitHub.

Demo

You can find a demo here:

http://www.destinomultimedia.com/scripts/statsigniter
#2

[eluser]PhilTem[/eluser]
Haven't yet really looked at your code since I'm busy following WWDC's keynote Big Grin (btw: where's a link to your GH repo?) but: How do you count lines? Is it every line written or just pure code lines? See, there's a difference between "lines of code" and "single lines of code" since you can add more and more lines by just adding comments which won't change your app's performance or the code itself but it increases the number of lines.

Wanna have a look at your code later today after keynote's over ;D
#3

[eluser]DestinoMultimedia[/eluser]
Hi Phil Wink

The script scan files and count every line, comments included, but you can modify it, it's opensource Tongue

My GH repo is here:

https://github.com/destinomultimedia/statsigniter

See you !!!




Theme © iAndrew 2016 - Forum software by © MyBB