jaydestro / InvoiceGenerator

The Invoice Generator is a console application that allows you to create and manage invoices. It calculates the sales tax based on the state code provided and stores the invoice data in a MongoDB database.
MIT License
0 stars 1 forks source link

General feedback #1

Open seesharprun opened 11 months ago

seesharprun commented 11 months ago
seesharprun commented 11 months ago

https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions

jaydestro commented 11 months ago

Done...

General

Consider the MIT license.

jaydestro commented 11 months ago

Markdown

✅ Consider placing the "getting started" section above the fold. This should be one of the first two sections you see in the readme instead of scrolling down.

TBD Consider using a mermaid diagram for your code section so you can list classes, methods, and descriptions.

✅ There's no need to call dotnet build before dotnet run. The build step is implicitly ran if the project is not built.

seesharprun commented 9 months ago

More feedback: