Timeline for Make a big deal out of == true?
Current License: CC BY-SA 2.5
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 21, 2010 at 8:13 | comment | added | user1249 | I do Java. not is not an option. | |
| Oct 21, 2010 at 7:28 | comment | added | Konrad Rudolph | C++ actually has the not operator, and so does C (once you include the standard header <iso646.h>). If you don’t want to (or can’t) use this header (or if you’re stuck with Java or C#), I suggest putting a space after the exclamation mark: if (! condition). This makes it somewhat more conspicuous. | |
| Oct 19, 2010 at 11:00 | history | made wiki | Post Made Community Wiki | ||
| Oct 19, 2010 at 8:18 | history | answered | user1249 | CC BY-SA 2.5 |