Timeline for Setters or constructor for many variables? [duplicate]
Current License: CC BY-SA 4.0
19 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Apr 6, 2019 at 19:03 | history | suggested | Michael Käfer | CC BY-SA 4.0 | Grammar fixes |
| Apr 6, 2019 at 5:07 | review | Suggested edits | |||
| S Apr 6, 2019 at 19:03 | |||||
| Apr 12, 2017 at 7:31 | history | edited | CommunityBot | replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/ | |
| Mar 11, 2015 at 14:28 | vote | accept | Dracontis | ||
| Jun 16, 2012 at 22:25 | history | edited | CommunityBot | insert duplicate link | |
| Jun 16, 2012 at 22:25 | history | closed | CommunityBot Loki Astari gnat Walter ChrisF | exact duplicate | |
| Jun 15, 2012 at 10:34 | history | tweeted | twitter.com/#!/StackProgrammer/status/213580329343135744 | ||
| Jun 15, 2012 at 0:31 | comment | added | Job | Huh? I have built many GUI forms and I never had to supply more than 5 arguments. Can you give an example of what you are trying to do with names other than a, b, c, and d? | |
| Jun 14, 2012 at 23:26 | comment | added | Loki Astari | Not enough information. We need to know the usage semantics. Is this really a class that encapsulates its properties or a simple property bag. | |
| Jun 14, 2012 at 23:10 | answer | added | Danny Varod | timeline score: 10 | |
| Jun 14, 2012 at 22:21 | answer | added | Donal Fellows | timeline score: 0 | |
| Jun 14, 2012 at 22:08 | comment | added | kevin cline | The answer is highly dependent on the programming language. | |
| Jun 14, 2012 at 21:57 | answer | added | Zan Lynx | timeline score: 0 | |
| Jun 14, 2012 at 21:48 | answer | added | user7519 | timeline score: 18 | |
| Jun 14, 2012 at 21:42 | comment | added | Ant | C# gives you the best of both via its initializer syntax: MyClass mc = new MyClass { A = a, B = b, C = c, D = d }; | |
| Jun 14, 2012 at 21:39 | answer | added | RalphChapin | timeline score: 1 | |
| Jun 14, 2012 at 21:34 | answer | added | aqwert | timeline score: 23 | |
| Jun 14, 2012 at 21:22 | comment | added | JeffO | programmers.stackexchange.com/questions/145055/… | |
| Jun 14, 2012 at 21:05 | history | asked | Dracontis | CC BY-SA 3.0 |