Quiz_example/README.md
2024-01-13 20:33:47 +01:00

361 B

Issues

  • No SLN file.
  • Projects should be in src/ folder
  • Use consistent project naming such as [Name/Company].[Solution].[ProjectName] (eg Nyanbyte.Countries or Nyanbyte.Financing.Server or Nyanbyte.Financing.Shared)
  • Put classes into respective directories. Don't put components in pages directory.
  • Do not tightly couple various components.