Thursday 23 February 2012

Count lines of code you've written!

For those of you who enjoy programming, having a curiosity about knowing number of lines of code that you've written is very common. It is easy to know that by simply scrolling down and looking at the last number. However, if your code is distributed into different classes, knowing total lines of code would be very hard. I had the same problem and hence to solve that, I created an application in Java. You simply add files whose lines you want to count and click the start button. The application will display number of lines in each file, total line count and average line density in each file. This is very simple, effective and accurate way of counting lines of code that you have written. You can download the file by clicking download below:


For usage instructions, click here.
I hope you like it. Enjoy!

No comments:

Post a Comment