danbunnell / benchmark-dotnet

A benchmark tool for .NET Core standard collection classes
MIT License
0 stars 1 forks source link

Reorganize project structure #5

Open danbunnell opened 6 years ago

danbunnell commented 6 years ago

Source code should be nested below the project level

benichka commented 6 years ago

Hello, I would be glad to help on this one, but I can't see what is currently wrong with the current structure. For instance, right now it is:

What would be the target goal?

danbunnell commented 5 years ago

@benichka Thanks for your interest in the project.

The goal is to isolate the application from the project metadata (eg. README, LICENSE, .gitignore). For example by nesting all code/configuration files under a '/src' directory.