Counting lines of code

Avi Bryant avi at dabbledb.com
Wed Jan 30 19:40:38 UTC 2008


On 1/30/08, Alejandro Gonzalez <mrgonza78 at gmail.com> wrote:

> Now, you only need to know how to get what the classes of a project are.

(PackageInfo named: 'SomeCategory') classes

This should work:

(PackageInfo named: 'SomeCategory') classesAndMetaClasses detectSum:
[:ea | ea linesOfCode]



More information about the Squeak-dev mailing list