koinos / koinos-chain

The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
Other
15 stars 3 forks source link

Project Standardization #77

Closed theoreticalbts closed 4 years ago

theoreticalbts commented 4 years ago

@sgerbino task list:


@theoreticalbts comments:

We should standardize things like name prefixes and header paths.

mvandeberg commented 4 years ago

Prefix non-vendor build targets with koinos.

Header include path should match namespace.

Single header targets have the option to live in koinos global namespace.

Whatever you do with namespaces in a source file (i.e. detail) is up to you.