corda / samples

This repository has been deprecated. Please use the links in the README to access the new repositories.
98 stars 150 forks source link

Use The Same Naming Conventions For Project Names #68

Closed opticyclic closed 4 years ago

opticyclic commented 4 years ago

All the other sample projects are named using lower case.

For some reason the two new projects added by @peterli-r3 (autoPayroll-CordaService and sendfile-Attachments) use capitals in the sample names.

opticyclic commented 4 years ago

FYI: This has also propagated down into using capitals for the package names too: https://github.com/corda/samples/tree/release-V4/autoPayroll-CordaService/workflows/src/main/kotlin/com/autoPayroll/flows

peterli-r3 commented 4 years ago
  1. About sample naming convention, our intention is to highlight/emphasize the feature of the sample cordapp by adding "-FEATURE_NAME" at the end of the sample name. We will update the original sample names with the new convention in the next couple of days.
  2. About using capitals in the package names, I will update accordingly.
    • Thanks for your suggestion.