3
jestdotty
60d

if you had to do 100 days of rejection, where you ask things you are sure you will be rejected, what sorts of things would you ask and of whom?

Comments
  • 2
    Why didn't we write it in <other language>? It's better.

    We had a guy who said during interview for a python role that a language using tabs that way couldn't be OK. Uhmz, OK bye
  • 5
    @retoor He's not wrong though.
  • 3
    I'd ask to focus on baking new features rather than refactoring this whole thing to make it fly and covering it properly with tests.

    Make it rain in features!!
  • 0
    @donkulator the indenting is one of python's perks. You're used to it in notime. You're doing it also in other language anyway. Difference is no curly braces.

    The indenting is also the reason python doesn't use bison or yacc to lex, it wasn't possible
  • 2
    @retoor You can get used to all sorts of things.
  • 2
    Ask Italians if they like pineapple pizza
  • 1
    "Will you not give me all your gold?"
    To: Fort Knox
    Sincerely: Me
  • 3
    @retoor Late to the party, and my apologies in advance, but as the elected by fucking no-one representative of the Arcane Fuckwits Association I'm morally and legally bound to inform you that one can go *without* braces OR indentation -- all it takes is __one__ fucking END keyword to terminate blocks when there's more than one level of nesting.

    But we may then ask: why have a SINGLE additional keyword, as opposed to NONE, if indentation does the trick just fine? A good question. Try doubling the indentation for a couple lines in a loop, or accidentally mixing spaces and tabs on an editor stupid enough not to highlight the mistake. Shoot, why bother: we all know unprintable characters are easy to spot. If you replace them with `········` long long flying ellipses or similar, that is.

    In essence, the crackhead's manual to ultimate power dictates that a blank character's function should be limited to the mere separation of tokens, and we base this in absolutely nothing.
Add Comment