// hogeの場合
if(a == "hoge"){
 count++;
// hoge 以外の場合
}else{
 count--;
}

プログラマーとして人間性を疑いたくなる
コメントの書き方のクソコードなのだが