Timeline for GoF's implementation of Builder in real life
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:40 | history | edited | CommunityBot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Sep 12, 2016 at 6:19 | comment | added | Christophe | @IvanNikolaychuk yes! The director defines the construction process based on the builder's abstract interface. It can then apply the construction algorithm using any concrete builder to get the desired representation. Note that there can be several directors for a builder. | |
| Sep 12, 2016 at 5:31 | comment | added | Ivan Nikolaychuk | Thats really helpful, thanks a lot, Christophe! One more question, if you don't mind. So, the only goal of Director is to define an algorithm for building any Builder representation? | |
| Sep 12, 2016 at 5:12 | vote | accept | Ivan Nikolaychuk | ||
| Sep 11, 2016 at 22:57 | history | edited | Christophe | CC BY-SA 3.0 | added 628 characters in body |
| Sep 11, 2016 at 20:20 | history | edited | Tulains Córdova | CC BY-SA 3.0 | grammar |
| Sep 11, 2016 at 20:02 | history | answered | Christophe | CC BY-SA 3.0 |