Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 519 Bytes

Cloud Coin C++ SDK

Files to be replicated from C#

  • BankKeys.cs
  • BankTotal.cs
  • CloudBankUtils.cs
  • Receipt.cs
  • ReceiptDetail.cs

Naming Conventions

Local Variables and Functions

snake_case. Do not separate numbers from letters. Eg: private_key, left_angle2

Constants

SCREAMING_SNAKE_CASE Eg: PI, ALPHA

Classes

CamelCase. (Keep acronyms like HTTP, RFC, XML uppercase.) Eg: SomeClass, SomeXML

File Names and Directories

snake_case Eg: bank_keys.h, lib/hello_world/hello_world.cpp