Cupe (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Warum sollen die gamer all den Spass haben? * User Experience have your IDE crash * Sneaky produce a c…“) |
Cupe (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
Warum sollen die gamer all den Spass haben? | Warum sollen die gamer all den Spass haben? | ||
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse;" | |||
|- | |||
| '''User Experience''' || have your IDE crash | |||
|- | |||
| '''Sneaky''' || produce a compiler error that occured in a different file from the one the error was actually in | |||
|- | |||
| '''Classy''' || make a class | |||
|- | |||
| '''Vectorizer''' || use a STL class | |||
|- | |||
| '''Literate Code''' || use a type with template parameters that is longer than 50 characters | |||
|- | |||
| '''Zero Point Energy Device''' || use a null pointer | |||
|- | |||
| '''Operation Leakspin''' || make a memory leak | |||
|- | |||
| '''Isn't This Pretty?''' || use an initialization list | |||
|- | |||
| '''Copy And Paste Every Time''' || use an iterator | |||
|- | |||
| '''A Linker From The Past''' || spend more than one hour hunting a single linker error | |||
|- | |||
| '''Lisp? The one with the parentheses?''' || use five "}\n" in a row | |||
|- | |||
| '''Helpful''' || produce a single compiler error that spans more than 5 pages | |||
|- | |||
| '''Heisenbug''' || solve a bug that does not occur in debug mode | |||
|- | |||
| '''Pointy Haired Boss''' || use a pointer | |||
|- | |||
| '''Point that Thing away from me!''' || use ** | |||
|- | |||
| '''Inception''' || use *** | |||
|- | |||
| '''Limbo''' || use **** | |||
|- | |||
|} |
Version vom 13. April 2011, 15:17 Uhr
Warum sollen die gamer all den Spass haben?
User Experience | have your IDE crash |
Sneaky | produce a compiler error that occured in a different file from the one the error was actually in |
Classy | make a class |
Vectorizer | use a STL class |
Literate Code | use a type with template parameters that is longer than 50 characters |
Zero Point Energy Device | use a null pointer |
Operation Leakspin | make a memory leak |
Isn't This Pretty? | use an initialization list |
Copy And Paste Every Time | use an iterator |
A Linker From The Past | spend more than one hour hunting a single linker error |
Lisp? The one with the parentheses? | use five "}\n" in a row |
Helpful | produce a single compiler error that spans more than 5 pages |
Heisenbug | solve a bug that does not occur in debug mode |
Pointy Haired Boss | use a pointer |
Point that Thing away from me! | use ** |
Inception | use *** |
Limbo | use **** |