5

Bad coding style:

bool condition = false;

if(condition) { /* enough whitespace so that braces appear offscreen in editor*/ }{
std::cout << "hahahahaha" << std::endl;
}

Comments
Add Comment