Tag : design

Read more

How should we visually represent in a system sequence diagram the transition from the “view post” use case to the “like post” use case, considering that the “view post” use case extends the “like post” use case, and in the main flow description of the “view post” use case, we state that if the user wants to like a post, they should go to the “like post” use..

Read more

BDD advocates for outside-in development because having a clear goal for your code helps you avoid getting bogged down in unnecessary details. It is usually mentioned in the same breath as DDD, but I’m having trouble reconciling the two. DDD urges you to build out your core domain independently of infrastructural concerns so you can focus on what matters most to your business, but how can you do that when outside-in tests will only pass after those concerns are implem..

Read more