views:

120

answers:

1

How is code commonly organized in FP applications? Along what lines do you separate files, modules, directories, etc.?

+8  A: 
Norman Ramsey
The re-use in contrast to OOP does happen at the computation (function) level, not component (object) level.
Gabriel Ščerbák