Timeline for How to turn truth table into smallest possible if / else block
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Aug 19, 2017 at 14:33 | history | suggested | Glorfindel | CC BY-SA 3.0 | formatting |
| Aug 19, 2017 at 10:05 | review | Suggested edits | |||
| S Aug 19, 2017 at 14:33 | |||||
| Aug 18, 2017 at 22:10 | history | edited | Deduplicator | CC BY-SA 3.0 | added syntax-highlighting; indent |
| Dec 18, 2014 at 10:16 | comment | added | NoChance | @Lyise, Thank you for your remark. You are absolutely correct. I should incorporate your good point when I get a chance. | |
| Dec 18, 2014 at 10:09 | comment | added | Lyise | I like this solution, the only change I would make would be to use a Dictionary<Tuple<bool, bool>, Tuple<bool, bool, bool> instead of a Dictionary<string, string>. Then you don't need to build a string for looking up and deconstruct the result afterwards as Tuples will do this for you. | |
| Aug 22, 2011 at 20:40 | history | answered | NoChance | CC BY-SA 3.0 |