Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

Imperion

@Imperion
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Do you not understand booleans?
    I Imperion

    I wish I was making this up. X| Although it's good for a laugh (then a cry) when we go in to fix a bug in his old modules.

    The Weird and The Wonderful data-structures question announcement

  • Do you not understand booleans?
    I Imperion

    The horrors I've seen:

    void setVisible(bool isVisible)
    {
    if(isVisible.ToString().ToLower() == "true")
    {
    this.Visible = true;
    }

    if(isVisible.ToString().ToLower() == "false")
    {
    this.Visible = false;
    }
    }

    The Weird and The Wonderful data-structures question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups