186

Every Dev vacancy should be like this and I mean EVERY! weed out the fucking posers

Comments
  • 5
    This is so fucking brilliant
  • 12
    Assert.isTrue(devExpress.office.isNice); //lost it at this line
  • 1
    Defo would work for a company like this.
  • 2
    Why hire someone that is hired? ๐Ÿค”
  • 4
    Multiple member functions are not defined (CheckCode, Hire, ...). The class isn't partial and it doesn't inherit anything so there is no way it would compile like this. Also, curly brackets on the same line? Clearly this is a terrible company. ๐Ÿ˜‰
  • 13
    @tkglaser You foul heretic!
    Curly braces on the same line always and forever!
    Except when Visual Studio tells you to fuck off and puts the brace on a separate line ๐Ÿ˜”
  • 1
    @magnusi Nope, K&R standard for C# all day long. Except JavaScript, I've given up there.
  • 3
    @tkglaser this is a really clever way of grabbing a real developer's attention. The design requirements here are:
    - clear font
    - fits in one page
    - convey all the details that a normal boring advert would.

    It's not meant to compile! This is the reason why managers dump a PM on developers. And I fucking HATE that. We're undercutting ourselves by not giving enough importance to design.

    I know you were only joking.. still
  • 1
    @nblackburn lol, agreed. They could have maybe done a better job at naming that variable :P
    Still fucking brilliant though
  • 1
    I have used DexExpress on a number of projects. Their Reporting Server is awesome.
  • 0
    @tkglaser I deleted my comment because I was wrong ๐Ÿ˜

    However afaik:

    k&r:
    function()
    {
    block {
    } other_block {
    }
    }

    Allman/BSD:
    function()
    {
    any_block
    {
    }
    }
  • 2
    @ronakkaria To be honest, I really like the ad and just wanted to be a smart arse. ๐Ÿ˜€ Can't argue though that a "public partial class ..." would have fixed it. ๐Ÿ˜›
  • 1
  • 4
    @tkglaser I think everyome here has (at least once in their codinglifetime) given up on js xD
  • 1
    That salary range though
  • 5
    Brilliant. My cover letter would respond in code with an equal amount of compilation issues ๐Ÿ˜€
Add Comment