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