amis92 / csharp-source-generators

A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Creative Commons Zero v1.0 Universal
2.02k stars 199 forks source link

Create categories for the source generators. #169

Closed FreeApophis closed 8 months ago

FreeApophis commented 9 months ago

Fixes #165

skarllot commented 9 months ago

Could have a category for Console/Command-line

skarllot commented 9 months ago

I suggest the following changes regarding to the categories:

Console/Command-line

Mappers

Dependency Injection (IoC Container)

Communication

Graphics/Drawing

FreeApophis commented 9 months ago

I suggest the following changes regarding to the categories:

Great suggestions, all suggestions incorporated in this commit: 55776646e50e1aa3fe5df8b3535bd1bc5ee09b31

I like how small the "Other" list has become. There are some real diamonds in there.

I'm not sure if the subcategories that have only 1 or 2 items are necessary though. Opinions?

I understand that, I tried to explain my reasoning in #165 - the relevant excerpt:

DDD and some patterns have a category with only one element, I think for the patterns I can defend that because they are all together in the patterns category which is more than 1 element, and for DDD we can argue some of the projects in other categories could also fit here [like Plastic or the Value Object category], but usually they were more generic.

Obviously I can remove these, if necessary. I would understand that completley.

skarllot commented 8 months ago

Will it be merged?

FreeApophis commented 8 months ago

It's all green :) someone just needs to merge.