vduggen / vue-clean-archictecture

Projeto feito para aprender sobre Clean Architecture aplicado no Vue
1 stars 1 forks source link

Questions about Views (UI) vs Applications #2

Open sleepon-official opened 2 years ago

sleepon-official commented 2 years ago

In the general project of VUE, the view and the methods used in the view are written together (in one file). In your DDD solution, they are separated into presentation and application, so if the dynamic content in the page Does the effect, such as the CSS style control used by "v-for", make development more troublesome?

vduggen commented 2 years ago

As I understand what you mean is that keeping the javascript that would be the "logic" separate instead of together can make the development more bad than good, is that it?