this post was submitted on 28 Feb 2026
60 points (98.4% liked)

Programming

25924 readers
398 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 2 years ago
MODERATORS
 

I teach computer science at Montana State University. I am the father of three sons who all know I am a computer programmer and one of whom, at least, has expressed interest in the field. I love computer programming and try to communicate that love to my sons, the students in my classes and anyone else who will listen.

A question I am increasingly getting from relatives, friends and students is:

Given AI, should I still consider becoming a computer programmer?

My response to this is: “Yes, and…”

top 20 comments
sorted by: hot top controversial new old
[–] Kissaki@programming.dev 2 points 1 day ago

I'm a bit confused by them publishing their personal essays on their htmx project page. This essay certainly doesn't have anything to do with htmx directly. Either way, valuable content and possibly their strategy to get people to htmx, or reuse a domain and website they already have.

[–] LordGennai@lemmy.zip 29 points 4 days ago (2 children)

As a senior software engineer, I enjoyed the article and agree with the sentiment with regards to education (learning is good).

That being said I don’t think I’d recommend to a friend or family member that they go into this field. The job market for juniors is terrible and companies are much more inclined to believe AI can do it better for cheaper - even at the expense of never teaching the next generation of senior engineers.

Personally, I feel more burnt out than ever reading dozens of low quality PRs every day from juniors who clearly do not know what mistakes to look for. All comments by seniors on PRs are addressed by the AI as well so the traditional feedback <-> learning seems broken - particularly in remote work.

I tell children to learn an artisanal trade they can do with their hands and an artistic skill.

[–] PoY@lemmygrad.ml 2 points 4 days ago

yeah anyone getting into programming now is going to have a vastly different experience than those of yore.. it is now about mass reviewing shit code and guiding AIs to do something less stupid (next to impossible)

[–] Solumbran@lemmy.world 18 points 4 days ago

The question is more "considering the state of the world and the reality of computer programming job, should I consider becoming programmer" and the answer is no.

[–] JerryMerweather@piefed.social 5 points 4 days ago* (last edited 4 days ago)

Thanks for the recommendation, the article is interesting and gives me some hope.

[–] HubertManne@piefed.social 3 points 4 days ago (1 children)

The idea that everyone should code is silly but like anything if you are good at it and enjoy it then do it. Now I would say do as much math as you can handle and take an elementary logic class along with class that goes through major philosphical thought if you can. Also liberal arts is good for a broad education although large colleges with stadium classes to fill reqs is not so great.

[–] Kache@lemmy.zip 3 points 3 days ago (1 children)

IMO in the same way everyone learns arithmetic but doesn't necessarily go into mathematics or finance, I think everyone should learn basic logic and coding, enough to basically use spreadsheet formulas, which is a half step away functional programming. (I'm pretty sure Excel even supports named functions and lambdas)

[–] HubertManne@piefed.social 1 points 2 days ago

im 100% on elementary logic as it has very braod value across domain. Some majors in my college had reqs that was math or computer science which makes sense to me. I do feel that before people learn coding in general the initial classes should introduce flowcharting as well.