You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: