Timeline for What is a better design for exposing information in a bug tracking system?
Current License: CC BY-SA 3.0
Post Revisions
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 12, 2017 at 7:31 | history | edited | CommunityBot |
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
|
|
| Mar 21, 2016 at 9:21 | history | tweeted | twitter.com/StackProgrammer/status/711845133772263424 | ||
| Mar 20, 2016 at 20:33 | answer | added | Ben Cottrell | timeline score: 1 | |
| Mar 20, 2016 at 19:34 | comment | added | candied_orange |
First of all, thank you for not calling it IBugTag. When I'm using it in BugReport it's nice not to even know that I'm talking to an interface.
|
|
| Mar 20, 2016 at 19:33 | answer | added | candied_orange | timeline score: 3 | |
| Mar 20, 2016 at 19:16 | answer | added | candied_orange | timeline score: 1 | |
| Mar 20, 2016 at 18:54 | comment | added | Auberon | @RubberDuck "Why not return an enum instead of a string for inspectedState" In the case of Duplicate, inspectState() should reveal not only the state but also what field is kept there (duplicate : BugReport). "Just return the class" that would allow the user to mutate the object directly, which is not desirable. | |
| Mar 20, 2016 at 18:36 | comment | added | RubberDuck |
Why not return an enum instead of a string for inspectedState? Also, interfaces should describe behavior. I don't see a benefit from introducing interfaces that are a one-to-one mapping to concrete classes. Just return the class.
|
|
| S Mar 20, 2016 at 18:20 | history | suggested | candied_orange | CC BY-SA 3.0 |
The designs need labels so that we can identify which one we're discussing.
|
| Mar 20, 2016 at 18:17 | review | Suggested edits | |||
| S Mar 20, 2016 at 18:20 | |||||
| Mar 20, 2016 at 16:54 | history | edited | gnat | CC BY-SA 3.0 |
title changed to better fit question text
|
| Mar 20, 2016 at 16:31 | history | edited | Auberon | CC BY-SA 3.0 |
added 163 characters in body
|
| Mar 20, 2016 at 16:18 | history | edited | Auberon | CC BY-SA 3.0 |
edited title
|
| Mar 20, 2016 at 15:53 | comment | added | Robert Harvey | Can you make the title of your question more specific, please? It should summarize the question you're asking in the body of your post in 15 words or less. | |
| Mar 20, 2016 at 14:51 | history | asked | Auberon | CC BY-SA 3.0 |