1. Список говнокодов пользователя RomanPavlov

    Всего: 1

  2. C# / Говнокод #22664

    −124

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    8. 8
    public ActionResult Register(bool? mode, string userId)
            {
                if (mode != (true || false))
                    mode = true;
                ViewBag.Mode = mode.Value ? "Reg" : "Confirm";
                ViewBag.UserId = userId;
                return View();
            }

    RomanPavlov, 24 Марта 2017

    Комментарии (0)