Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

哈哈哈哈,组件型写作。general ideas 多个地方都可以用,落地的具体实践部分,以几个具体原则做指导(相当于接口),再填充具体的东西就行…大家求变,要抓住不变! #229

Closed
xiaoxiong113 opened this issue Jan 13, 2021 · 0 comments

Comments

@xiaoxiong113
Copy link

哈哈哈哈,组件型写作。general ideas 多个地方都可以用,落地的具体实践部分,以几个具体原则做指导(相当于接口),再填充具体的东西就行…大家求变,要抓住不变!

export Blog = () => (
<>
  <GeneralIdeas />
  <Practice />
</>
)

interface Practice() {
  whatMakesAGoodTestCase() {}
  whatMakesAGoodTest() {}
  testingStrategy() {}
}
export ReactInPractice extends Practice { ... }
export VueInPractice extends Practice { ... }

Originally posted by @linesh-simplicity in #200 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants