108
you are viewing a single comment's thread
view the rest of the comments
[-] ExpensiveConstant@kbin.social 9 points 1 year ago

I blame the rise of frameworks, libraries, and IDEs. It’s easier for someone who knows nothing to throw some software together and ship it.

I very much disagree with this. Yes to an extent you don't need to know as much as you might have in the past but if we had to constantly reinvent the wheel, I don't think we would have nearly as many people entering/remaining in this field. Additionally well written frameworks and libraries can actually make your code safer since you don't have to reinvent the wheel and discover the pitfalls all over again. IDEs are also a net positive IMO. Errors next to the line of code that caused them, breakpoints, interactive debugging. These are all things I personally would find hard to live without. Necessities? Technically no. But good god do I not want to have to read build output unless necessary.

[-] balp@lemmy.world 2 points 1 year ago

A good IDE also helps you make better refactoring, making the code so much easier to read. The main goal of any code.

[-] mdhughes@lemmy.ml 2 points 1 year ago

If you can only hobble along with tool support, you never understood what you were doing. You don't have to rewrite everything from scratch, but if you can't, you lack the skills to use them effectively, and can't ever improve on them. And like I say, soon AI will replace those consumers.

Compilers are perfectly able to tell you the line of an error, you can use a debugger without the IDE, I run lldb or the Chez Scheme debugger all the time, but I understand what the tool's doing.

this post was submitted on 24 Jul 2023
108 points (91.5% liked)

Programming

16971 readers
242 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS