Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Determine Number Of Lines Of Code
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00177330
Message ID:
00177841
Views:
27
>Does anyone know of a utility to determine the number of lines of code
>in an application?

Steven Black has classes that iterate the various parts of a project. His abstract visitor class has a VisitLine() method. You could write a visitor class for his iterator that updates a counter when VisitLine is called.

Download GOTCHAS.ZIP from www.stevenblack.com
Rick Hodder
MCP Visual Foxpro
C#, VB.NET Developer
Independent Consultant
www.RickHodder.com
MyBlog
Previous
Reply
Map
View

Click here to load this message in the networking platform