7

So this happened a few days ago
I was working on a module assigned by my senior, and was the sole developer on that module. Just when I was breaking my head to get a bash script correct (was writing a bash script for first time), my senior comes and looks at my messy script and goes "No, no, no, no that's not how you do it. "
Takes the keyboard and starts editing my script opened in vim.
Did some cool restructuring, taught me a few things about bash and while talking to me kept the keyboard back at its place.
I keep my hands on keyboard while talking to him and press
[Escape] :q!
And as I pressed Enter my face went purple/blue thinking this is not good. 😨
(I have a habit to quit as I had almost never edited and saved a vim file before)
And he sees that face and says
what happened?
No nothing. Everything's cool.

Comments
  • 0
    In the beginning I was writing but my speed was so slow on vim that he was like "Give that to me. You'll take years to complete like this."
  • 1
    It happened to me too.. was writing a bash script taking help with my colleague. He corrected the errors... and I instead of saving,... used q!... His reaction was like wtf.... :D
Add Comment