The Daily WTF: Curious Perversions in Information Technology
Welcome to TDWTF Forums Sign in | Join | Help
in Search

Browse by Tags

All Tags » wtf » VB (RSS)
  • double check, just in case...

    I found this today while trying to delete unnecessary code in a program I am updating. (Yes, I knew there would be code that was never used because I have updated a lot of code for this company). Why was I deleting code? To make it cleaner? To make it easier to read? No, because I received the following...
    Posted to Forum by dphunct on 08-08-2007
  • Ternary operator

    I’ve heard people discourage using a ternary operator. But I’ve never seen anybody go out of their way to use it. Return IIF(UCase(Data.Web_enabled) = "Y", True, False)
    Posted to Forum by liserdarts on 05-08-2007
Page 1 of 1 (2 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems