We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 多个地方都可以用,落地的具体实践部分,以几个具体原则做指导(相当于接口),再填充具体的东西就行…大家求变,要抓住不变!
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
哈哈哈哈,组件型写作。general ideas 多个地方都可以用,落地的具体实践部分,以几个具体原则做指导(相当于接口),再填充具体的东西就行…大家求变,要抓住不变!
Originally posted by @linesh-simplicity in #200 (comment)
The text was updated successfully, but these errors were encountered: