this post was submitted on 11 Jun 2023
2 points (100.0% liked)
Programming
20 readers
1 users here now
This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
as a self taught software engineer just starting my career; what do you mean by domain? I'm familiar with the term as i have spent years on learning web development as the "domain name" like in a url. But i get the sense that you may be speaking on something else? I will agree though; my boss should learn more about the web and how it works instead of relying on these frameworks to handle everything...
Basically what @clobble_wobble said. For a fast introduction I recommend Domain-Driven Design Quickly (available for free). If you are interested in gathering requirements in a way that can also strengthen your understanding of the business domain, you may want to check the Event Storming technique.
"Domain" in this case refers to the space you're building software in. Not the website name. For simplicity its kinda like business logic. For example if youre working at DoorDash your domain would involve the rules around orders, restaurants, etc.
The term was popularized by Eric Evans' book Domain Driven Design.