57

What do you guys do when you get bored at work?

this is what I do:

1. Drink Water
2. Stare at the code
3. Go to Bathroom
4. repeat

Comments
  • 6
    Back to work? or a fairly welcome seen thing to do is to prevent your coworkers from doing their work. its the most common thing at my office.
  • 13
    1. Check DevRant.
    2. Refactor code.
    3. Ask around if someone has something for me to do.
    4. Clean up the office (I even order material to do so on Amazon).
  • 6
    @norman70688 in mother russia codes stares at you
  • 6
    1. Drink water
    2. Do personal project / learn some new stuff
  • 3
    I pretend I get an important phone call and then go outside
  • 5
    Pretty sure I pretend to stare at the code and stare at something else.
  • 5
    I usually watch porn
  • 5
    I go thru Stanford CS lectures, they are so much fun when you are bored. Also, always keep you prepared for the worst.
  • 3
    Usually goes something like this:

    1. Grab a coffee
    2. Go see if the junior programs want help
    3. Escape to get another coffee when bored again
  • 3
    Same here....
  • 4
    @shivayl I'm freelancer.
  • 3
    Read weekly newsletters (javscriptweekly amd reactweekly), listen to code conventions podcasts, read up in discord about new development of react and such
  • 5
    while (atWork == true){

    bored == true ? exeKillTime(): doTheActualWork();

    }

    void exeKillTime(){

    1. Drink Water
    2. Stare at the code
    3. Go to Bathroom

    }

    void doTheActualWork(){
    //browse reddit ??
    }
  • 4
    Normally, it is: run Terraform, complain about JavaScript, get coffee, bathroom, get water, complain about Terraform, and give up and go work on the backend Python.
  • 4
    1. Grab a quick cup of coffee.
    2. Take a long washroom break and think about some task/programming problem.
    3. Read up on some open source project's internals.
    4. Ask if someone needs help.
  • 2
    - helping the juniors
    - coding tools for our company (to optimize some workflows)
    - learn some new stuff
    - private sideprojects
Add Comment