-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedsomething you can help withsomething you can help withusabilityux/devx problemux/devx problemz-project: enginesomething in the engine itselfsomething in the engine itself
Description
This makes refactoring certain patterns hard -- e.g.
CardList cards = declval();
cards.AddRange([ new Card(EIGHT, FORM) ]);
to
CardList cards = declval();
cards.Add(new Card(EIGHT, FORM));
(should have a warning on the upper code to replace with the lower one; and an intention to do the reverse for easy adding of elements)
Metadata
Metadata
Assignees
Labels
help wantedsomething you can help withsomething you can help withusabilityux/devx problemux/devx problemz-project: enginesomething in the engine itselfsomething in the engine itself