eventuate-examples / eventuate-tram-core-dotnet-examples-customers-and-orders

Apache License 2.0
42 stars 22 forks source link

Also typical naming standards for C# are to use PascalCase for property names, e.g.: public string Name { get; set; } #4

Open cer opened 4 years ago

cer commented 4 years ago

https://github.com/eventuate-examples/eventuate-tram-core-dotnet-examples-customers-and-orders/blob/433b8919e4878b2bff52ac90c297f92b9a74ecbc/ServiceCommon/Classes/CustomerCreatedEvent.cs#L10

charansingh83sh commented 4 years ago

Naming Conventions of properties and methods fixed. https://github.com/eventuate-examples/eventuate-tram-core-dotnet-examples-customers-and-orders/pull/10/commits/d96f28a37fb8c0c84ae574f9359a0f378b3198c0