Stop using Open Source

And start writing it.

Eric Burel
3 min readJun 13, 2016

Yes you can. And I’ll show you why a team of French students from the ENSIMAG did not regret taking part in the open source adventure.

I mean, look at it, three weeks ago Neovim’s search and replace was the definition of anti-ergonomic, and now there’s this beauty with live feedback instead

A bit of context

Every year, the second year students of the ENSIMAG, a French engineering school specialized in computer science and applied mathematics, take part to a four week “speciality project”.

Some subjects are about implementing fake (boring) databases, some other are just huge: for years students have been adding wonderful functionalities to Firefox and Git, I myself had the chance to present my work to responsible of the French Ministry of Higher Education. The project I’d like to talk about belongs to the second category.

I thought it could be cool to be the teacher once, after struggling with those insane assignments for years. So I decided to push those youngsters to work on a subject I do like (you should know it already): text editors.

Absolutely no regrets

To a first team of students, I proposed to start implenting an innovative text editor from scratch (the repo : https://github.com/stretto-editor/stretto). It’s based on Vim mode philosophy and written in Golang : the recipee a hundred percent of programming pleasure. But that’s another story.

To a second team, I proposed to join an existing project, Neovim, “literally the future of vim”. Neovim is a good project to learn programming, because it is a rewrite. That means that you can see the real, dirty part of the job : getting into code that is older than yourself, understand it, and make it better. By far the best way to learn Uncle Bob boyscout rule:

“Leave your code better than you found it.”

Neovim is neither as big as Firefox nor a small project from a band of nerds in a garage, so it’s easy to get in touch with the contributors.

Want to go Open Source ? Neovim is good choice, write this down in your text editor.

Feel the community

From my point of view, which means, the guy who pointed them to the repo, told them “talk to those people”, and that proceeds from time to time to tell them to test their code so that they got a good grade or other teacher-like lecture, this was pure pleasure.

Why? Because the power of a community is infinitely strong (I don’t care if this sounds cliché). It’s like having your code proof-read a hundred time by a hundred different programming experts. Actually, that is what really happens. This because the total amount of work is divided by a great number person and therefore sums up to “not that much compared to the result” for everyone.

Yet, I don’t want to diminish the core contributor work, which is impressive, so I’ll end up this article by a remerciement, as we say in France, to every contributor of the Neovim team. I also would like to thank the students for showing such a maturity (Audrey Rayé, Aymeric-Brice Collange, Robin Elrharbi-Fleury, Clément Guyomard and Philémon Hullot) and the Ensimag teachers for making this project happen.

Convinced by the power of open source ? Take part in Neovim project! Not convinced ? Join the gitter, you will change your mind ;)

I am the co-founder and official developper of the French computing science engineering office Lebrun Burel — http://www.lebrun-burel.com

Always happy to talk about coding, statistics, innovation and business management. And sometimes, about text editors too — http://stretto-editor.github.io

--

--

Eric Burel

Next.js teacher and course writer. Co-maintainer of the State of JavaScript survey. Follow me to learn new Next.js tricks ✨ - https://nextjspatterns.com/