Clarification: each collection of related library functions should have its own associated header file

Issue #66 new
Former user created an issue

Originally reported on Google Code with ID 66 ``` This issue has been split out from issue #10, which included three separate header-related issues. There the first issue stated:

1. How should the header files for the optional/required libraries be organized?

The gist of the issue is should each new collection of library functions have its own associated header file that should be separately #include-d?

This issue proposes that each collection of related library functions should have its own associated header file.

```

Reported by `gary.funck` on 2012-07-17 19:45:55

Comments (1)

  1. Former user Account Deleted

    ``` We seem to have consensus that each major library outside of the core should have its own header file.

    The main benefit of this policy is allowing third-party implementations of these libraries to work alongside a UPC compiler, for library prototyping or possibly even to replace the default library provided by the compiler (UPC-IO being an obvious example of the latter).

    ```

    Reported by `danbonachea` on 2012-08-13 01:24:31 - Status changed: `Done`

  2. Log in to comment