32
shaurya
5y

How does programming influence a programmers daily life?

1. We start counting from zero.

2. We observe software more than using it. What is the algorithm behind it? Which Data structure is used?

3. Greeting people with "hello world".

4. Assigning variables to people.

Comments
  • 7
    5. Get annoyed that I need to press a button for like 1 second until the washing machine does anything, wondering what stupid method the manufacturer used to poll the inputs.
  • 26
    I'm mostly confused why you didn't start the list at 0.
  • 3
    @Navigatr 😂😂😂Because for few days I am working with R programming data analytics.
  • 4
    @Navigatr
    Because no one starts counting with 0 outside a programming context. Example: see OP
  • 2
    The second one is the only one that applies to me
  • 1
    I'd say only 2 is actually realistic. The other three are only stereotypical programmer jokes.
  • 2
    I wonder why the garbage collection only runs once per week at home.
  • 2
    A friend of mine is 3D artist working with Maya, and whatever great graphics any game has I show to him, he instantly spots all the design errors that make the models unrealistic. 😂

    As you can guess, he has given up on gaming ages ago.
  • 1
    @irene this! It is absolutely, cringy how people try to be pseudo relatable by overgeneralizing devs. arrays starting at 0 has a reason which is not met in counting (the infex really is just an offset from the first element), greeting people with helloworld is 1) not spectacular 2) not something devs do.
    also, what does assigning variables to people even mean?
  • 1
    @thoxx Of course I know that, that was kind of part of the joke. :P
  • 0
    Whoooosh
Add Comment