VirtusLab / using_directives

12 stars 8 forks source link

Add sensible toString methods on most classes #14

Open alexarchambault opened 3 years ago

alexarchambault commented 3 years ago

It seems the string representation of most using_directives classes is the default Object.toString. Printing them results in things like

directives: com.virtuslab.using_directives.custom.model.UsingDirectivesImpl@2d84cb86

which makes it hard to debug things. Sensible toString methods would be convenient.