Timeline for Sudoku solution without the use of classes
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 25, 2016 at 15:03 | history | edited | Attilio | CC BY-SA 3.0 |
added 256 characters in body
|
| Jan 25, 2016 at 15:02 | comment | added | Attilio | @Étienne: You are right, what you are saying are in fact good reason, not to use those keywords. I will edit my answer accordingly. | |
| Jan 24, 2016 at 16:50 | history | edited | Jamal | CC BY-SA 3.0 |
added 10 characters in body
|
| Jan 24, 2016 at 16:47 | comment | added | Étienne | "not", "or", and "and" are only provided for backwards compatibility, in order to support extremely old keyboards, e.g. not having the sign "|". This is an extremely bad suggestion to use them, they are almost never used in real code. | |
| Jan 24, 2016 at 16:29 | comment | added | JnxF |
First of all, I appreciate your comments. I will take them into account. On the other hand, in Programming class we were encouraged to use not, or and and instead of !, || and &&, as they "improve legibility". Are not those keywords common in the "real world", but in learning terms?
|
|
| Jan 24, 2016 at 16:26 | comment | added | nhgrif | I might disagree that using an unfamiliar keyword with a far more common alternative exists is "not a problem in any way". | |
| Jan 24, 2016 at 16:09 | history | answered | Attilio | CC BY-SA 3.0 |