Earlier quoted context omitted.
I quit over principles about 9 months and 800 job applications ago. I'd advise not to do it unless you're sitting on a pile of cash.
I'm genuinely super curious because I hear this a lot, but the deepest I ever got was... 5 apps? Do you have some kind of like generic cover letter/resume you fire off 3 times a day? What is your process?
My company has banned the use of Jetbrains IDEs internally
131–140 of 201 posts
Re: My company has banned the use of Jetbrains IDEs internally
#132Earlier quoted context omitted.
>But becoming proficient in VS code takes maybe 25 minutes. Becoming proficient in kicking a ball takes 5 minutes. Becoming proficient in football takes slightly longer. Magit alone makes VS Code look like a child's finger painting.
So true! Now don't get me wrong, I quite like VS Code as it's so easy to set up and there is a plugin for almost anything, but I find myself always coming back to Emacs. He's right about the defaults though. Use something like Spacemacs or Doom if you just want to dip your toes in the goodness that is Emacs.
One header read: "Not better enough". Inasmuch as Visual Studio Code does anything better than Emacs, it doesn't do things better enough to justify expending the high activation energy of switching, unlearning my Emacs workflow and learning all that I need to know to do things Visual Studio Code's way.
Re: My company has banned the use of Jetbrains IDEs internally
#133Earlier quoted context omitted.
>Antique means stable. And it also means obsolete. >You'll understand in 20 years when you're on your 4th IDE which will change the world^tm. How condescending. But no, I probably won't mind changing editors every few years because I am capable of learning new things and do not require a safe space to keep me insulated from the outside world.
An editor is the least interesting thing to learn in computer engineering. If you enjoy wasting your time may I suggest something like stamp collecting that doesn't create billions of dollars of lost productivity for the rest of us?
Re: My company has banned the use of Jetbrains IDEs internally
#134I've seen so many editors come and go, and yet I've been using Vim for the past 20 years and have never had a problem. As stupid as it sounds, if I could give one piece of advice to any entry level SWE, it would be to learn Vim or Emacs and just stick with it for your whole career.
Just posting to balance things out for any entry level SWEs reading.
Re: My company has banned the use of Jetbrains IDEs internally
#135Earlier quoted context omitted.
So true! Now don't get me wrong, I quite like VS Code as it's so easy to set up and there is a plugin for almost anything, but I find myself always coming back to Emacs. He's right about the defaults though. Use something like Spacemacs or Doom if you just want to dip your toes in the goodness that is Emacs.
I typed up some thoughts about the nth time I tried out Visual Studio Code to see what all the fuss was about and if my productivity could be improved vs. Emacs. I might turn it into a blog post, if I can be arsed to start a blog again. One header read: "Not better enough". Inasmuch as Visual Studio Code does anything better than Emacs, it doesn't do things better enough to justify expending the high activation energ…
Re: My company has banned the use of Jetbrains IDEs internally
#136Earlier quoted context omitted.
The main reason is that Vim is better, right?
Amen to that. Although I think I feel like I am participating in a war I don't want to be part of. But this has been a line in my shell config since I was teenager. export EDITOR=vim VISUAL=vim # Viva vim, death to emacs
Re: My company has banned the use of Jetbrains IDEs internally
#137Earlier quoted context omitted.
Care to elaborate what's wrong with find and grep?
It takes seconds or more to grep for a function, especially if it has a common name. It takes milliseconds to Go To Definition / Find Usages (either with an IDE or a LSP extension for any text editor).
Re: My company has banned the use of Jetbrains IDEs internally
#138Earlier quoted context omitted.
Antique means stable. When you've been using the same thing for 20 years changing defaults to be trendy isn't a plus. You'll understand in 20 years when you're on your 4th IDE which will change the world^tm.
>Antique means stable. And it also means obsolete. >You'll understand in 20 years when you're on your 4th IDE which will change the world^tm. How condescending. But no, I probably won't mind changing editors every few years because I am capable of learning new things and do not require a safe space to keep me insulated from the outside world.
So there is nothing wrong at all with switching to a new editor… it just means things are getting even better!!!
Re: My company has banned the use of Jetbrains IDEs internally
#139Earlier quoted context omitted.
I find this and the emacs sentiment really weird. I use vim daily for quick edits, but for any sizeable codebase, especially new/unfamiliar, IDE's are just better. It's like depriving yourself of a bunch of tools and helpers for no visible benefit.
Maybe i just never gave the heavyweight ide tools a fair chance, but i always found them more distracting than helpful. Focus is king for me, and vim gives me that.
Re: My company has banned the use of Jetbrains IDEs internally
#140Earlier quoted context omitted.
I quit over principles about 9 months and 800 job applications ago. I'd advise not to do it unless you're sitting on a pile of cash.
I'm genuinely super curious because I hear this a lot, but the deepest I ever got was... 5 apps? Do you have some kind of like generic cover letter/resume you fire off 3 times a day? What is your process?