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
B

boarderstu

@boarderstu
About
Posts
31
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • From the Museum of Ugly Code
    B boarderstu

    Oh god, yeh that's ugly.

    The Lounge question

  • From the Museum of Ugly Code
    B boarderstu

    Fair point! In this case, it was just poor

    The Lounge question

  • From the Museum of Ugly Code
    B boarderstu

    Scoped vars make so much sense! They stop shitty devs just using those variables and other functions polluting them

    The Lounge question

  • From the Museum of Ugly Code
    B boarderstu

    That's nothing. I had this once in JS ` if(functionName) //that's a reference, not a call! { //Do something } else { //Some other equally poor code }` It came up at pull request that as it's a function reference, it will always be true, and thus got rejected. Anyway, the bloke went mental, telling me I couldn't reject it as I hadn't run the code to see if it worked.... He started randomly rejecting my pull requests after that.

    The Lounge question

  • Code First, do you like it?
    B boarderstu

    My initial question is why? What are you going to gain? Etc..

    The Lounge database question

  • spam away!
    B boarderstu

    Good call on your stern response! This is subject that should definitely not be made into a joke...(!)

    The Lounge android game-dev testing sales beta-testing

  • What is the most inappropriate thing you've ever said?
    B boarderstu

    I asked a guy I used to work, who has alopecia, if he lazered his head/eyebrows - not realising why they weren't there.. a blank stare back - but due to the lack of eyebrows - I could quite judge his reaction ;) (Just so I don't look a complete James Blunt, his baldness was the topic of conversation!)

    The Lounge question learning

  • Another "Gem" I did...
    B boarderstu

    Do I need to re-post it? Or is there a way to "Move" it...

    The Lounge ruby testing beta-testing help

  • Another "Gem" I did...
    B boarderstu

    Whilst knocking out a feature that I'd come back to... I did this bit of code:

    public bool IsSuperUserEnabled()
    {
    return true;
    }

    Whilst investigating a minor issue I had whilst testing things, I stumbled back upon it... never again!

    The Lounge ruby testing beta-testing help

  • Build Servers
    B boarderstu

    I've used CC.NET in the past at another company (using SourceGear), it appeared to work quite well, and the web dashboard worked well! TFS does bring with it Gated Check-Ins (Can be a god sent!)

    The Lounge csharp sysadmin windows-admin devops testing

  • Build Servers
    B boarderstu

    We're using TFS - agreed it's more of an overall thing, but it works quite well... well it does until you want separate repos - then you need separate servers :/

    The Lounge csharp sysadmin windows-admin devops testing

  • Design Patterns
    B boarderstu

    Isn't DI/IoC just another way of loose coupling?

    The Lounge com design regex question career

  • Web Page Colour Schemes...........oh dear
    B boarderstu

    Sugar - I didn't see this reply this far down - and I've also just posted this link! :/

    The Lounge html collaboration question

  • Web Page Colour Schemes...........oh dear
    B boarderstu

    --Edit I've just found the post a few above this showing of this gem..-- I can actually go one better than that.. http://www.fabricland.co.uk/[^] Because every page is different, they've account to hurt even colour (spelt correctly) blind people! P.s note the use of Comic Sans!

    The Lounge html collaboration question

  • Web design: Text size vs. zoom
    B boarderstu

    I thought Zoom was an IE thing?! Or is it just used to fix things in IE (HasLayout for CSS!)

    The Lounge question visual-studio design

  • The continuing saga of bad code [modified]
    B boarderstu

    I disagree - I've got that crap in C# code..

    The Lounge database visual-studio sysadmin business question

  • The continuing saga of bad code [modified]
    B boarderstu

    Better News Corp, than News International ;)

    The Lounge database visual-studio sysadmin business question

  • Smart individuals
    B boarderstu

    Love it!

    The Lounge collaboration help question

  • Worst excuse for not using source control
    B boarderstu

    I gave up on suggesting test instances and live instances....

    The Lounge learning sysadmin tutorial

  • I love finding old comments....
    B boarderstu

    My latest...

    /// <summary>
    /// A collection of classes for generating Hashes
    /// </summary>
    public class Hash
    {
    /// <summary>
    /// Returns a MD5 hash - DO NOT use this for encryption
    /// </summary>
    /// <param name="str"></param>
    /// <returns></returns>
    ///

        //Using this for encryption would render you a complete tool.
        public string GenerateMD5Hash(string str)
        {
    
        }
    
    }
    
    The Lounge ruby sysadmin
  • Login

  • Don't have an account? Register

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