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

Trace back when the structure is coupling #98

Open
chienweiluo opened this issue Jun 28, 2020 · 0 comments
Open

Trace back when the structure is coupling #98

chienweiluo opened this issue Jun 28, 2020 · 0 comments
Assignees

Comments

@chienweiluo
Copy link
Collaborator

chienweiluo commented Jun 28, 2020

When the Mould is not decoupe enough, it is impossible to trace back to the structure design, and the work will be again and again.

This situation is like we design a complicated component in code, and then it is need to be seperated to many components. We only need to copy and paste some code and adjust(or add) some logic to a new file. But this is a bit difficult to implement in the mould

Possible optimization methods: add cut-paste method in Editor.

Simple case:
We build a one-page product official site. At first, There's a call-to-action button in header. So, the architect pull some Text, Link, and button ......, to compose a header. But in order to let user want to know this product more while browsing, that button will appear from time to time on every page of the webpage with some change. So, the button that has been completed in the head must be re-implement to a Mould again.

This means we must figure out a method for Mould to abstract and trace back more easily and improve learnability.

@chienweiluo chienweiluo self-assigned this Jun 28, 2020
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

1 participant