Skip to main content

Timeline for Validation in a simple DDD example

Current License: CC BY-SA 4.0

25 events
when toggle format what by license comment
Nov 5 at 9:22 comment added Doc Brown @Laiv: in the OPs domain, Pipeline is clearly a domain term, and it can perfectly be subject of DDD.
Nov 5 at 1:09 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 8 at 1:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Mar 10 at 0:05 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
S Feb 8 at 0:00 history suggested Rohit Gupta CC BY-SA 4.0
Corrected typos and added language spec to code
Nov 30, 2024 at 15:00 review Suggested edits
S Feb 8 at 0:00
Nov 30, 2024 at 14:04 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Aug 2, 2024 at 13:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Apr 4, 2024 at 13:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Dec 6, 2023 at 13:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Aug 8, 2023 at 12:07 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Apr 10, 2023 at 11:04 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Dec 11, 2022 at 10:12 comment added Laiv Curiously, pipelines are just the opposite of DDD. While DDD put emphasis on conciliating data structures and behavior, Pipelines are pure behavior decoupled from the data they manage
Dec 11, 2022 at 10:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Aug 13, 2022 at 10:00 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 14, 2022 at 16:39 comment added Robert Harvey Alright. Doesn't seem to have much to do with DDD, though.
Jul 14, 2022 at 16:37 comment added Martin Gonzalez I started by trying to find the relevant words when talking and searching for CI pipelines. Understanding that a Pipeline run Steps and handle and make choices based on a configuration. I was just having the doubt of injecting to the pipeline a service to validate that what I want to run is valid, so everytime I create a pipeline its in a valid state, or if I should do it in a PipelineFactory. Again, the example is very simple, but just wanted to try to design it correctly
Jul 14, 2022 at 13:12 comment added Robert Harvey It's worth noting that DDD is a design technique, not a coding technique. If you want to do it "correctly," my observation is that you appear to be working backwards from the code into the business domain, instead of establishing a business domain and ubiquitous language and seeing what code naturally arises from that. The book "Learning Domain-Driven Design" by Vlad Khononov doesn't even talk about code until page 63.
Jul 14, 2022 at 9:25 answer added Robert Bräutigam timeline score: 0
Jul 14, 2022 at 9:04 history edited Martin Gonzalez CC BY-SA 4.0
added 113 characters in body
Jul 14, 2022 at 8:25 history edited Martin Gonzalez CC BY-SA 4.0
added 20 characters in body
Jul 14, 2022 at 8:25 history edited Martin Gonzalez CC BY-SA 4.0
added 34 characters in body
Jul 14, 2022 at 8:08 history edited Martin Gonzalez CC BY-SA 4.0
added 140 characters in body
S Jul 14, 2022 at 7:56 review First questions
Jul 28, 2022 at 8:00
S Jul 14, 2022 at 7:56 history asked Martin Gonzalez CC BY-SA 4.0