Си диез / Говнокод #10192 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
foreach (var sheet in paper.Decomposed)
{
                if (ct > 0 && sheet.Equals(paper.Decomposed[ct]))
                {
                    paper.PaperPrice += paperPrice;
                    paper.PrintingPrice += printingPrice;
                    paper.PlatesPrice += platesPrice;
                    ct++;
                    continue;
                }
                ct++;
...
}

Запостил: UniXoiD UniXoiD, (Updated )

Комментарии (7) RSS

Добавить комментарий

Семь раз отмерь — один отрежь, guest!

    А не использовать ли нам bbcode?


    8