CyanSalt / notebook

3 stars 0 forks source link

精彩的开源代码片段收集列表 #10

Open CyanSalt opened 6 years ago

CyanSalt commented 6 years ago

path: awesome-code


The best Java Code: https://github.com/eclipse/org.aspectj/blob/master/org.aspectj.matcher/src/main/java/org/aspectj/weaver/patterns/HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.java

CyanSalt commented 5 years ago

Reselect 的神奇类型: https://github.com/reduxjs/reselect/blob/master/src/index.d.ts#L21

CyanSalt commented 5 years ago

Redux 项目最佳 PR:https://github.com/reduxjs/redux/pull/2950