In article <OtARb.12448$>, <$_@_.%_> wrote:
:HI, this application im currently developing is already
:737 lines long, 501 of which are all callbacks.
:It is my understanding that there is a way to split

erl programs accross multiple files, but im not sure at what

oint one should think about doing this. Also where would
:be a good place to find out about doing this effectively?
There is a school of thought that programs should be at most one
screen-full. And that school of thought grew up in the days when
screens were often not more than 24 lines long.
The more usual perl way would be to split along functional lines.
By the way, if 501 lines are callbacks, could the program perhaps
be re-written to be table-driven ?
--
I don't know if there's destiny,
but there's a decision! -- Wim Wenders (WoD)