Open ddd-mtl opened 6 years ago
Rust API naming guidelines: https://github.com/rust-lang/rfcs/blob/master/text/0430-finalizing-naming-conventions.md
Rust fmt Guiding principles: https://github.com/rust-lang-nursery/fmt-rfcs
Rust Code style: https://github.com/rust-lang-nursery/fmt-rfcs/blob/master/guide/guide.md
Another thing to talk about: naming convention for libraries:
@neonphog used hc_dna
and I followed suit with hc_api
maybe hc_
prefix is redundant?
My thought was that if we started publishing these individual modules to crates.io, we might want some identifying prefix... but I didn't want to keep typing holochain_
... : )
Also part of this discussion may include our casing decisions, i.e. camel, snake, kebab, etc: https://github.com/qerub/camel-snake-kebab