Skip to content

Commit e268b48

Browse files
committed
doc: Adjust doc/design/libraries.md
1 parent d209e4f commit e268b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
- Most libraries are internal libraries and have APIs which are completely unstable! There are few or no restrictions on backwards compatibility or rules about external dependencies. An exception is *libbitcoin_kernel*, which, at some future point, will have a documented external interface.
2121

22-
- Generally each library should have a corresponding source directory and namespace. Source code organization is a work in progress, so it is true that some namespaces are applied inconsistently, and if you look at [`libbitcoin_*_SOURCES`](../../src/Makefile.am) lists you can see that many libraries pull in files from outside their source directory. But when working with libraries, it is good to follow a consistent pattern like:
22+
- Generally each library should have a corresponding source directory and namespace. Source code organization is a work in progress, so it is true that some namespaces are applied inconsistently, and if you look at [`add_library(bitcoin_* ...)`](../../src/CMakeLists.txt) lists you can see that many libraries pull in files from outside their source directory. But when working with libraries, it is good to follow a consistent pattern like:
2323

2424
- *libbitcoin_node* code lives in `src/node/` in the `node::` namespace
2525
- *libbitcoin_wallet* code lives in `src/wallet/` in the `wallet::` namespace

0 commit comments

Comments
 (0)