Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How would you space this code block?

Name: Anonymous 2011-04-28 15:54


if (    pokemon != getSelectedPokemon() // lorem ipsum dolor sit amet
        || !pokemon->health // lorem ipsum dolor sit amet
        || pokemon->health < MIN_HEALTH // lorem ipsum dolor sit amet
        || pokemon->health >= MAX_HEALTH // lorem ipsum dolor sit amet
        ) {
    // lorem ipsum dolor sit amet
    this->remove(pokemon);
    abort();
}

Name: Anonymous 2011-04-28 16:35

I would remove the Latin placeholder comments.

I would never use C++ style comments, they're considered harmful.

I would move the or's at the end of each line as opposed to the beginning.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List