1. Pascal / Говнокод #934

    +151

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    if kol=1 then begin
     if GSravn.Cells[kol,Str]='VF'
                then GSravn.Cells[kol,Str]:='RF'
                else if GSravn.Cells[kol,Str]='RF'
                        then GSravn.Cells[kol,Str]:='PF'
                        else if GSravn.Cells[kol,Str]='PF'
                                then GSravn.Cells[kol,Str]:='PT'
                                else if GSravn.Cells[kol,Str]='PT'
                                        then GSravn.Cells[kol,Str]:='RT'
                                        else if GSravn.Cells[kol,Str]='RT'
                                                then GSravn.Cells[kol,Str]:='VT'
                                                else if GSravn.Cells[kol,Str]='VT'
                                                        then GSravn.Cells[kol,Str]:='VF';

    %)

    Запостил: guest, 23 Апреля 2009

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

    • Говнюк:
      исключительный говнокод. классика говнокода конструкция if then else if then else if then.
      и так далее в бесконечную рекурсию

      жалко что говнокодеры не знают что
      if then....
      if then....
      if then....
      реально будет работать быстрее при любых раскладах, да и воспринимать этот говнокод легче
      Ответить
    • .:
      Жаль что гавнюки не знают разницы между if then else if then и if then if then
      Ответить

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