Timeline for What are the good practices for including namespaces in C++ that avoid more typing?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 14, 2019 at 22:39 | comment | added | Deduplicator | Limited scope does not aleviate the problem, even though it limits the affected code. Programming-challenges can use using namespace for a simple reason: They only have to work now, with this exact version of this exact toolchain, and brevity is king. | |
| Nov 9, 2016 at 19:24 | history | edited | rwong | CC BY-SA 3.0 | added 509 characters in body |
| Aug 26, 2013 at 15:14 | vote | accept | Aseem Bansal | ||
| Aug 22, 2013 at 12:50 | comment | added | Aseem Bansal | I updated the question. Anything that you would like to add? | |
| Aug 12, 2013 at 6:53 | vote | accept | Aseem Bansal | ||
| Aug 20, 2013 at 11:08 | |||||
| Aug 11, 2013 at 22:40 | comment | added | Eric | "The human mind is excellent at resolving ambiguity by taking context" - Note that to a lesser extent, the compiler can do this for you to with ADL | |
| Aug 11, 2013 at 20:41 | history | answered | rwong | CC BY-SA 3.0 |