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
Copy file name to clipboardExpand all lines: _posts/2020-06-24-the-command-pattern.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Forget about whatever language or framework you’re using and try to think abou
25
25
26
26
Before we start, let’s take a moment to establish our domain.
27
27
I’m going to choose the admin dashboard because it’s pretty broadly applicable and most software projects have at least some notion of an admin dashboard.
28
+
28
29
However, **at a high-level**, I think you could apply almost everything below to pretty much any domain you want.
29
30
30
31
So from here on out, our “program” is an admin dashboard.
0 commit comments