byte-buddy icon indicating copy to clipboard operation
byte-buddy copied to clipboard

DSL is nice,but make Newcomer difficult to understand better.

Open chrishyc opened this issue 5 years ago • 2 comments

i have read the tutorial carefully. but i am confused with some places.

1.the byte-buddy is nice. but i donot know DSL well. so i have spent some time to search DLS articles to understand it. if tutorial can offer some structure infomations of byte-buddy DSL,i think it.s better

2.annotions are nice,but i spent some time to understand Morph. Super ,et.if there are more example , i will be grateful

chrishyc avatar Dec 27 '19 08:12 chrishyc

now, i think there are two things important to understand the skeleton of byte-buddy.

1.for DLS, (1)method chain of builder (2)method chain of loaded/unloaded

2.for the hierarchy of class , many interfaces use nested abstract class and nested default implemention class.it is nice to improve understanding of relative classes.

chrishyc avatar Dec 28 '19 13:12 chrishyc

I agree, the documentation lacks a bit but it always falls short. I hope to find some time to rewrite it substantially at some point.

raphw avatar Dec 29 '19 00:12 raphw