I regret nothing. Say what you want.

Edit: I just saw the two typos. If you find them, you’re welcome to keep them.

  • Black616Angel@discuss.tchncs.de
    link
    fedilink
    arrow-up
    13
    ·
    7 days ago

    And then there is a colleague who programs in Notepad++ directly on the test server and then just copies his code to prod.

    (yes, he works alone on that project)

  • killeronthecorner@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    6 days ago

    I coded several of my early mobile app releases entirely in gedit. Good times.

    I sometimes forget how good we have it now. I wrote those apps around 2012 and the DX for the platforms was basically non-existent. Virtually every platform had shit documentation, shit version management, a shit IDE with minimal refactoring features, a shitty debugging experience, and everything felt like it was being botched together by 3 guys in their spare time.

    It’s incredible now that we have things like hot reloading. You can literally save a change and BAM it’s on the screen seconds later. On native platforms no less. Astounding.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 days ago

      I used to copy code into nano over ssh. Then I randomly tried pasting the server address in my file browser and it connected over SFTP. This was ages ago. I was using Crunchbang Linux, maybe around 2011 or so.

    • IndustryStandard@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      6 days ago

      I recommend “micro” which is like Nano but uses modern shortcuts. Making it a terminal editor which feels more like using notepad than something esoteric.

    • Rikudou_Sage@lemmings.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 days ago

      Pff, real programmers use butterflies. We open our hands and let the delicate wings flap once. The disturbance ripples outward, changing the flow of the eddy currents in the upper atmosphere. These cause momentary pockets of higher-pressure air to form, which acts as lenses that deflect incoming cosmic rays, focusing them to strike the drive platter and flip the desired bit.

  • umbrella@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    6 days ago

    what? gedit is awesome. it has good code highlighting and thats what we need right?

  • AbnormalHumanBeing@lemmy.abnormalbeings.space
    link
    fedilink
    arrow-up
    77
    arrow-down
    1
    ·
    8 days ago

    I genuinely do a lot of coding in Kate, the standard KDE editor. It’s enough to do a lot of things, has highlighting, and is more than enough when you just need a quick fix.

    I am also still using nano when editing stuff in the terminal. Please, don’t judge me.

    • Ghoelian@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      44
      ·
      8 days ago

      To be fair, Kate isn’t just a text editor, it actually is an IDE. The text editor version would be kwrite, which would be horrible to program in.

    • mmddmm@lemm.ee
      link
      fedilink
      arrow-up
      11
      ·
      8 days ago

      Yep, I came here to say that Kate is really nice. Even though I’m an emacs user and won’t use it.

      Nano, on the other hand, can’t do almost anything, so I can’t recommend that people make heavy use of it. It’s ok for random small edits, but that’s it. (By the way, YSK that you can set your terminal to use Kate as the default editor by setting the $EDITOR variable.)

    • SatyrSack@feddit.org
      link
      fedilink
      English
      arrow-up
      9
      ·
      8 days ago

      KWrite is the standard text editor. Kate is the advanced one. The name actually literally stands for “KDE Advanced Text Editor”

        • SatyrSack@feddit.org
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          3 days ago

          Huh, I did not know that any didn’t. I just tried a bunch, and here is a quick breakdown of what was preinstalled on each:

          Distro Kate KWrite
          Bazzite true true
          Debian true true
          Fedora false true
          KDE Neon true false
          Kubuntu true false
          Manjaro true true
          openSUSE true false
          SteamOS true true
          • Ephera@lemmy.ml
            link
            fedilink
            English
            arrow-up
            4
            ·
            7 days ago

            Well, I can throw in another for free:

            distro Kate kwrite
            openSUSE true false

            But yeah, interesting list. These days, KWrite is basically just Kate with different configuration, if I understand correctly, so it always feels like you might as well go with Kate. In my opinion, KWrite is also not particularly easier to use, since basic editing works the same, but I guess, that can be disagreed on.

            I do like that Kate is pre-installed. Imagine Windows, but rather than notepad.exe, you get Notepad++ out of the box. Now imagine that to also be a whole lot better and then that’s what it feels like to have Kate on fresh installations.
            You can just start coding something right away, without it being necessary to install a different editor.

    • AnAmericanPotato@programming.dev
      link
      fedilink
      English
      arrow-up
      5
      ·
      8 days ago

      Geany is a nice GUI option. It’s a bit more capable but still lean.

      It’s probably time for me to re-evaluate the host of coding editors out there. For the most part I just use good text editors. Though I do love Spyder, I only use it for a certain subset of tasks.

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      7 days ago

      Me too. I’m still not sure what the problem is and I’m kind of afraid to ask.

      I do have the plugin for multi-line editing set up, I guess.

  • TinyRhino@lemm.ee
    link
    fedilink
    arrow-up
    31
    ·
    8 days ago

    If you’re not writing it all down on paper and then punching holes in cards, you’re doing it all wrong