Guerra degli editor

La guerra degli editor indica la rivalità tra gli editor di testo Emacs e Vi (e le sue successive incarnazioni Vim e gVim).

Si tratta di due editor entrambi molto versatili, i cui utenti hanno spesso condotto flame war su quale dei due fosse il migliore. Nella cultura informatica rappresenta uno dei vari contrasti che vedono divisi gli utenti e il nascere di flame, analogamente alla scelta tra sistemi operativi, linguaggi di programmazione, software di controllo versione o stile d'indentazione.[1][2][3]

  1. ^ Just Let Me Code, su drdobbs.com. URL consultato il 25 ottobre 2015 (archiviato dall'url originale il 1º maggio 2015).
  2. ^ Why Coding Style Matters, su smashingmagazine.com. URL consultato il 25 ottobre 2015 (archiviato dall'url originale il 3 maggio 2015).
  3. ^ Never use hard tabs, su opensourcehacker.com.

    «Due to legacy, different text editors treat hard tabs different. UNIX text editors prefer hard tab is 8 spaces, Windows text editors and IDEs (Eclipse) prefer that a hard tab is 4 spaces. Thus, hard tabs may break source code readability and editability if there is more than a single person editing the file. They will open the file in an editor with different tab settings, edit it and next time you open the file it is ruined and all indentations are wrong. This is even worse on white space sensitive languages (Python, CoffeeScript) as this might actually cause syntax errors or programming logic errors. However, you can avoid this problem in the first place if you do indentation using soft tabs (spaces) instead. Even if you were the single person in the world editing the text file, even you might switch the text editor in some point and accidentally shoot yourself in the leg.»


From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne