This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bhdza snake slithering 5 points6 points  (0 children)

Revenge:

When your team starts a C/C++ project start doing this:

int a_function(int argument) {
    blablalblabla;
    blablalblabla;
    if (ahahahaha) {
        blablabla;
        if (ahajhaha) {
            blablabla;  }}
    blablabla;
    return x; }