I regret nothing. Say what you want.

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

  • killeronthecorner@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 hours 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.

  • Black616Angel@discuss.tchncs.de
    link
    fedilink
    arrow-up
    9
    ·
    12 hours 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)

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 hours 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.

    • Rikudou_Sage@lemmings.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 hours 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.

  • Takumidesh@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    1 day ago

    Vim and emacs are text editors.

    Vs code is a code editor (but really it’s also just a text editor)

    Maybe they mean IDEs like visual studio?

    I’ve never really heard it called a coding GUI before.

    • CeeBee_Eh@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      11 hours ago

      Vim (and NeoVim) are as much coding environments as VS or JetBrains. The difference is in the defaults.

    • barsoap@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      23 hours ago

      So an IDE is a code editor that ships with an LSP server, not just an LSP interface? (Doesn’t have to be LSP as such but “stuff that an LSP server does”).

      • bitwolf@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        4 hours ago

        My understanding has always been:

        • Text Editor: just writes text, no formatting (other than line endings)

        • Code Editor: A family Text Editors that have additional capabilities such as syntax highlighting. And optionally a plugin or extension ecosystem. (VSCode, vim family, Emacs, even gedit )

        • IDE: An application that includes Code Editor functionality, but also includes tools for a building on given tech stack. This comes out of the box, are a “part of” the application, are peers to the code editor, and cannot be removed, but can optionally be extended through plugins or extensions.

      • Fonzie!@ttrpg.network
        link
        fedilink
        arrow-up
        2
        ·
        18 hours ago

        For me a web app IDE includes a DB manger, HTML previewer, etc.

        A text editor edits text, an IDE is an Environment that Integrates Development tools.

      • Takumidesh@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        22 hours ago

        I would say that an IDE is something that includes build/run tools integrated into it. Everything else is just a text editor. (But that’s just my opinion of course)

        To expand on my point, I don’t think it makes sense to call vs code an integrated development environment if it doesn’t actually have the environment integrated.

        Visual studio and idea would be examples of IDEs, they actually have all of the tools and frameworks needed to run the languages they were built for out of the box.

        You can’t run node or python out of the box with just vs code for example, without their respective tooling, all vscode can do is edit the code and editing code is not functionally different from editing any other text.

        So I maintain that both vim and vscode are text editors and not IDEs

        • barsoap@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          22 hours ago

          I’d say build and run tools are pretty integrated into vim. Type :mak and there you go, it’s not like vs studio would be a single process either.

  • chad@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    ·
    22 hours ago

    Learned C++ by using gedit on the Sun machines in my college’s computer lab in 2007. They were decommissioned shortly after I graduated.

  • 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
      35
      ·
      1 day 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
      10
      ·
      1 day 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
      7
      ·
      1 day 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
          9 hours 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
          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
            ·
            23 hours 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
      4
      ·
      1 day 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
      1 day 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.