It’s Time to Move on from CRUD. There Is a Better Way
1–6 of 6 posts
Re: It’s Time to Move on from CRUD. There Is a Better Way
#2Re: It’s Time to Move on from CRUD. There Is a Better Way
#3It's Time to Move on from dusting. There is a Better Way (Power washing everything, inc electronics)
Re: It’s Time to Move on from CRUD. There Is a Better Way
#4It's Time to Move on from dusting. There is a Better Way (Power washing everything, inc electronics)
I'm not sure what you're implying here. Are you drawing an analogy between the concepts discussed in the article to cleaning dust with a power washer?
Re: It’s Time to Move on from CRUD. There Is a Better Way
#5It's Time to Move on from dusting. There is a Better Way (Power washing everything, inc electronics)
I'm not sure what you're implying here. Are you drawing an analogy between the concepts discussed in the article to cleaning dust with a power washer?
Re: It’s Time to Move on from CRUD. There Is a Better Way
#6Earlier quoted context omitted.
I'm not sure what you're implying here. Are you drawing an analogy between the concepts discussed in the article to cleaning dust with a power washer?
I am saying both have their places, some apps would be a way over kill to implement event based system instead of simple crud. I found it out first hand in redux. When I had to first define an event, define a listener, define event trigger function... 3x boilerplate already, then find special tooling to keep track and debug of N^n events firing, then literally read every event listener code to figure total sequence o…
Thinking about systems in terms of events is a pretty big shift in thinking but worth learning to add to the tool kit!