Timeline for How best to differentiate boolean values in a long list?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 4, 2013 at 19:38 | comment | added | deed02392 |
This is a filter of what properties are gathered for two List<object>s. Both created their Lists from different sources. If one of those sources doesn't return a property eg 'Description', then I want to make sure before I complain to the user about differences, I don't waste their time with a difference that one source said "" when the other said "foo bar" (because obviously the source not gathering it says ""). If I don't have an exhaustive list, I run the risk of having neglected to specify a certain property which might get added elsewhere in the code and not in this gathered list.
|
|
| Oct 4, 2013 at 17:27 | history | answered | Dan Lyons | CC BY-SA 3.0 |