this post was submitted on 14 Jun 2023
31 points (100.0% liked)

Programming

13226 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

So, I have been mostly self thaught programmer (C++), as its a big part of my job (not a regular developer). But so far I have been using a simple text editor like Geany to code and I compile stuff either in terminal (linux) or produce my own make file.

I am starting to wonder if I should switch to a full IDE, as I am on linux, I was thinking of trying KDevelop. But I am simply not sure if its worth, do I even need it?

I have never used an IDE, it seems kind of complicated for the start with "projects" and I havent really found any good introductions to how this workflow is supposed to work.

Do you think using and IDE is something everyone should use? Or do you think a text editor with producing your own make files should be enough?

you are viewing a single comment's thread
view the rest of the comments
[–] Hexorg@beehaw.org 26 points 1 year ago (6 children)

In this Thread: people telling you how IDEs suck then proceed telling you how to turn their terminal based text editor into an IDE

[–] SkierniewiceBoi@lemmy.one 4 points 1 year ago (4 children)

There's a learning experience to it though. When coding in intellij I'm just using writing some java without deep understanding how the build system works ans what's done underneath. Setting up some nvim with lsp forces you to focus more on the whole process so I'd say it can be beneficial

[–] reversebananimals@lemmy.world 0 points 1 year ago (1 children)

For beginners you're right, but once you've done that one time and understand how it works, it no longer provides value and often results in slower productivity.

[–] SkierniewiceBoi@lemmy.one 1 points 1 year ago

Yea I put it into the same category with manual arch/gentoo installation. It's definitely worth to do one time and understand the process. Then it's up to you whether you want to have stuff that just works out of the box or you find pleasure in tinkering and customizing the environment along with trying to get things done

load more comments (2 replies)
load more comments (3 replies)