this post was submitted on 05 Jan 2025
585 points (95.8% liked)

196

16848 readers
3209 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] smiletolerantly@awful.systems 2 points 1 week ago

Thanks, but for the little C# I need to write I'll stick with nvim :D (Yeah yeah I know)

Incidentally, when I started to learn programming, I definitely was using an IDE (I can honestly not remember which one - I was following some book which included the setup of the IDE and instructions for that IDE only).

But even back then it always bugged me that I did not know what was going on in the background. When a button did not do what the book said it would do, that would turn into frustration because I could not understand what had happened, or why something failed. Sure, part of that was just inexperience, but even today, I easily despair at GUIs.

I could for example never get started with Godot because my brain just does not connect all the checkboxes and sliders with what is happening in the background. Bevy, on the other hand, was super easy to pick up precisely because there is no GUI.

Maybe I am just weird.

(Also I do not want to discourage anyone from using GUI tools, I originally just commented to support the "Linux is dev friendly" statement)