|
|
|
|
|
by spicyj
2907 days ago
|
|
Thanks! * Links to source: I use these frequently in other libraries, but I don't think this would be as useful for React, because we tend to have just a few functions each with a complicated implementation (vs programming stdlibs or other frameworks where many methods are on the order of 10-100 lines calling other public functions). Also our implementation isn't that easy to understand. I wonder if you had a particular use case in mind?
* Linked method names: Good idea.
* Version switcher: We've thought about this and will probably add it at some point. |
|
Django does a lot of complex/clever stuff under the hood, but the source is still readable, and in most cases fairly easy to understand.
This is just my 2 cents though.