• jmcs@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    17 days ago

    Easy is relative. What are you trying to do? Replace a value in an yaml file? Then nano is easier. Trying to refactor a business critical perl/brainfuck polyglot script in production? Then you probably want to use vim (or emacs if you are one of those people)

    • notfromhere@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      16 days ago

      Honestly, roll back to previous release for production and use best IDE your developers are used to on their local machines, test the fix in a non production environment then release to prod. When is editing business critical scripts in production really needed?

      • jmcs@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        16 days ago

        It was a joke to make the point that vim can be the easiest tool to use if you are trying to do a complex task.