mlhaufe / brevity

Brevity is a library that enables Feature-Oriented Programming (FOP) and solves the expression problem in a manner that makes data and operation declarations trivial to define and compose.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Re-Introduce variantName on data/trait for debugging purposes #31

Closed mlhaufe closed 1 year ago

mlhaufe commented 1 year ago

When debugging code, it's challenging to know what variant you're looking at:

image

Adding the Symbol(variantName) on variants will make this far easier

mlhaufe commented 1 year ago

Implemented in #39