[Cuis] Why not just kill changesets?

Juan Vuletich juan at jvuletich.org
Wed Jan 2 08:29:54 CST 2013


H. Hirzel wrote:
> P.S. Actually what we should do is an analysis how many classes we
> have per class category in the Cuis core and which categories besides
> the test categories are candidates for offloading into a *.pck.st file
> (as for example sound).
>
> Could somebody paste a code snippet which does this please?
>
>      SystemOrganizer new categoriesMatching: 'Tests'
>
> gives a walkback....
>
>   

Something like
    SystemOrganization categoriesMatching: '*Test*'
?

> Having more *.pck.st files and less classes in the core would reduce
> the frequency of change sets for the core as there is less to fix.
>
> --Hannes
>   

Cheers,
Juan Vuletich




More information about the Cuis mailing list