You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extremely high entry barrier: difficult to use (so many methods, options, all of them seem to make no sense for a regular user).
no clear plain documentation with examples, the existing one is so complex, vague and obscure that it never helps. Easier to see use-cases than follow the docs. I spent hours trying to read docs, in vain, - Etienne showed me what I needed (marker border width) in seconds. How new users are supposed to get that?
elitism, esp. regarding inner code structure: for new devs it's almost impossible to grasp all the details, inner structure, utils, helpers etc etc. It is build for specific needs of professionals, but I believe for them too, if happens to be absent for a month or so, it is impossible to get into the context.
I believe code should be decomposed as much as possible, to reduce responsibility to small atomic elements and that by make the big structure easy to comprehend and be responsible for, ie. make it small. For now it seems like a huge god object, working here for half a year I have still no idea how is it working and tbh eschew getting into it.
I believe code should be decomposed as much as possible, to reduce responsibility to small atomic elements and that by make the big structure easy to comprehend and be responsible for, ie. make it small. For now it seems like a huge god object, working here for half a year I have still no idea how is it working and tbh eschew getting into it.