開源日報 每天推薦一個 GitHub 優質開源項目和一篇精選英文科技或編程文章原文,堅持閱讀《開源日報》,保持每日學習的好習慣。
今日推薦開源項目:《中文項目榜 GitHub-Chinese-Top-Charts》
今日推薦英文原文:《Should You Learn VIM as a Developer in 2020?》

今日推薦開源項目:《中文項目榜 GitHub-Chinese-Top-Charts》傳送門:GitHub鏈接
推薦理由:語言相通自然更容易了解,這個項目收集了 GitHub 上的中文項目並按主題製作成榜單,很適合推薦給初來乍到的新人來作為項目了解的入門,不過儘管中文項目更容易了解,一直了解中文項目而不涉足其他語言也不是什麼好事,GitHub 里的主流語言還是英語,加強閱讀能力去探索更廣闊的世界才能獲取更多知識。
今日推薦英文原文:作者:
原文鏈接:https://medium.com/better-programming/should-you-learn-vim-as-a-developer-in-2020-75fde02c5443
推薦理由:在沒用過它的人眼裡,這玩意雖然好用但是據說很難學……

Should You Learn VIM as a Developer in 2020?

Introduction

The discussion of which text editor, which shell, or which OS you use has always been a hot topic for developers to chime in on. I』m sure we all know that one person who is crazy over VIM. I』m sorry to disappoint you, but this post will not be glorifying VIM itself. Instead, this post will be used to discuss why I decided to learn VIM, what VIM solved for me, what it didn』t, and most importantly, should you learn VIM?

A brief introduction about my programming background as it will give context. I started programming seriously around late 2018 after deciding to pursue it for a career path. Before then, I would often create (pretty bad) scripts for different games I played and run a few websites/game servers as side hustles. Since taking up programming as a career, I have dabbled in several languages, but I find myself doing a lot of work in the JavaScript ecosystem. Now that we』ve got intros out of the way, let』s get started!

What VIM Didn』t Solve for Me

VIM didn』t make me a better software engineer. I will say it again: Learning VIM does not make you a better software engineer. At its core, software engineering is agnostic of what shell/editor/OS you develop on. I believe that too many people implicitly have this notion that you need to use X or Y in order to be a 「good」 software engineer.

As a newcomer in this industry, I find the general 「____ OR BUST」 mentality to be cringe and elitist. We』re all creating solutions to complex problems. The toolkit you use to write your solution doesn't make you a better or worse developer.

Why I Decided to Learn VIM

Building habits

Since I』m a relatively new programmer, I have a lot of room for areas of improvement, and workflow is definitely one of those areas. Before learning VIM, I was never really a person to utilize hotkeys/keybindings to my advantage. I was extremely reliant on using my mouse. When being pitched the typical VIM spiel, the whole 「keep your hands on the keyboard」 point appealed to me since I have always been a fast typer. I knew in the back of my head that learning VIM wouldn』t lead to any sort of negatives.

Limitless potential

When debating if I should learn VIM, I decided to watch a tech talk about it, and the single major takeaway I had from it was that people can use VIM for years and still be improving their usage on the tool.

This hinted at a few things for me. First, picking up VIM is a huge time investment, but more importantly, you』re always finding ways to level up your craft. As someone who』s a pretty new developer, I want to parallelize my efforts when I can. This is a reiteration of my previous point, but when I incorporate different tools (VIM in this case) into my development workflow, I give myself the ability to kill two birds with one stone.

I no longer need nano on my Linux servers

This is a bit of a random tidbit, but coming from someone who has worked in a Linux environment remotely over the years to run a few sites/servers, not knowing VIM was definitely annoying. If I needed to ever modify a config file for a service I was running on a box, it would require me to install nano as my knowledge with VIM was :q!.

My Work Environment

In my day-to-day, I utilize VSCode with the VIM plugin. I』ve tried installing VIM plugins such as coc.nvim and developing through the terminal itself, but it wasn』t something I was crazy over. I always really enjoyed the experience of writing code on VSCode. Using the VIM VSCode plugin gives me the same experience of running VIM, but I get to reap the benefits of the ecosystem VSCode provides to me. For me, I get the best of both worlds when utilizing this setup.

Conclusion

Should you learn VIM? If you don』t have any sort of habit/strict keybindings for yourself, I think you should at least give it a try. The fact that I had no 「comfortable」 keybindings/workflow established for myself made learning VIM appealing to me. After learning VIM, I can say that I have gained a new foundation that I am only building off of.

It took me about two weeks of lightly running through vimtutor before I felt comfortable enabling the VSCode plugin. From there, it took another week of development time to innately navigate through code using the keybindings through muscle memory. The way I see it is I was coding either way for that time. I was able to get more value for my time by picking up VIM.

Though, I would like to reiterate that, at the end of the day, programmers are creating solutions to problems. Which keybindings/editor/etc. you want to use is entirely based on your preference. The speed at which you edit files is often not the bottleneck in your development work.
下載開源日報APP:https://openingsource.org/2579/
加入我們:https://openingsource.org/about/join/
關注我們:https://openingsource.org/about/love/