"Ivan Miljenovic" <[EMAIL PROTECTED]> writes: > Can anyone think of any other kind of functions that would be useful > in this kind of source code analysis?
Sometimes, it's not obvious where to draw boundaries between modules, perhaps finding a "smallest cut" (if that is the correct term) could help to minimize the interfaces? I.e. find tightly connected components that have relatively few inbound links. Sounds like an interesting project, good luck! -k -- If I haven't seen further, it is by standing in the footprints of giants _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
