5

So after programming in the Vue framework, I have developed a habit of Ctrl + S for anytime I would usually use Enter. I just typed in setting in the search bar and press Ctrl + S.

What are your habits you took up from programming and just cannot shake it down in day to day life.

Comments
  • 4
    1-Semicolon on every end of line.
    2-CTRL+C & CTRL+V
  • 1
    You should really get an IDE which saves when window loses focus
  • 1
    @Biggy ohh that reminds me of the Ctrl + Shift + C and Ctrl + Shift + V because of terminal....about semicolon...I guess Python and Vue saved my ass...and Linting has me making any documents as if they were to be published in a journal
  • 0
    @gronostaj well I don't think it has much to do with IDE, as I use VSCode which I think is an editor....(not sure what else an idea would do that VSCode can't) and am still getting a hang of Vim....
  • 2
    I'm not sure this is what you wanted to hear but I'm sure a lot of people here will agree with me.

    Thinking.
    Programming really rewires your brain to think differently. You don't get inherently smarter, but you do start to think very rationally, sometimes in a bad way. Suddenly everything has a reason which must be found and everything needs to have a predictable outcome.
  • 0
    @gronostaj no, I personally hate that. It autocompiles and reloads your browser window so you cant doublecheck anything since its gone already
  • 0
    I once dreamed that you could ctrl+s, ctrl+c, ctrl+v, ctrl+z and ctrl+y in real life. You could even debug things, it was paradise.
    Then I woke up and asked for vacations, it was clear that for my own sanity, i needed some rest.
Add Comment