Closed
Description
It would be really helpfull to split the library into multiple .hpp
files for development and then merge them into single .hpp
/ .h
for distribution :)
Examples:
https://github.com/ThePhD/sol2/blob/develop/single.py
https://github.com/oftc/jsoncpp/blob/master/amalgamate.py
https://github.com/connormanning/arbiter/blob/master/amalgamate.py
This would not only allow for easier development but also for possible PRs/contributions or simple modifications/extensions that others might need to make.
It would also improve code reuse and abstraction mechanisms.
For example sprintf_socket
could be made as a method writefmt
of Stream
and not implementation detail.
Metadata
Metadata
Assignees
Labels
No labels