154
you are viewing a single comment's thread
view the rest of the comments
[-] flandish@lemmy.world 30 points 1 day ago

programming is not hard. translating from human desires into a real project is hard. anyone who has read a project “plan” know what i mean.

[-] staircase@programming.dev 8 points 1 day ago* (last edited 1 day ago)

What did you read of the article? Of course programming can be hard. Some of the brightest engineers and academics in the world have spent years on problems.

[-] Aceticon@lemmy.dbzer0.com 4 points 1 day ago

At that point it's basically Maths - things like the Travelling Salesman problem - and the people going after such "programming" problems are actual Scientists and even then the problem is not in doing what AI does - writting the code - it's knowing the logical solution which then determines the right code to write.

So your what you say doesn't really contradict the previous poster - some of the brightest engineers and academics in the world have spent years working on problems - so figuring out what's the right code to write - not actually in writting the code.

I suppose the only point of conflict is were the boundary between "programming" and "maths" is - if one think of it as "writting code" then both of you are saying the same.

[-] blarghly@lemmy.world 0 points 1 day ago

Its not that hard. You read the project plan and start translating it into a list of todos. As you make the list, questions come up. Write those down. When you are done writing your todo list, you send your list of questions to the relevant person, then start working on the todo list where you don't have questions, or where you are decently sure what the answer will be. As you work through the implementation, you will come up with more questions for edge cases. Send these to the relevant person as well.

Ideally, these questions will be sent as an enumerated heirarchical list, and will be answered as such in turn. Every once in a while, it is more useful to jump on a call to figure something out quickly.

[-] Aceticon@lemmy.dbzer0.com 4 points 1 day ago* (last edited 1 day ago)

That's a stupidly incompetent way of doing software development.

If the people upstream are fucking professionals then it would be very rare than the edge cases are discovered at the coding stage since that shit can baloon into massive rewrites and even redesigns (if, for example, it impacts throught to multiple system tiers) which in turn means productivity is shit and the resulting system is a big fucking bug-riddled unreliable mess because of all the going back and all the hacking of "unexpected" (but totally expected if people did their fucking jobs) things into the existing design.

Further, the constantly ping-ponging of questions up and down the layers during development (especially if at the other end there are business user for whom the software is being made) adds a ton of overhead, not to mention needless waiting periods.

I bet you never worked with a Technical or Business Analyst or even in a project managed by somebody who was not a reactive "shoot from the hip" manager.

PS: And, yeah, I'm pissed off just thinking about that crap, because in my career I had to learn the fucking job of Project Manager, Technical Analyst and even Business Analyst after I figured out A LOT of the unecessary problems, blown up deadlines and stress I was getting at the systems design and software design levels were the product of that part of the work not being properly done or at all, so that shit you're describing as if that was the normal way of doing software development really makes my blood boil - by my professional standards that shite is amateur hour, every hour of the day, every day of the month, every month of the year.

[-] freely1333@reddthat.com 5 points 1 day ago

Except there are three relevant people and they all contradict themselves daily.

[-] funkless_eck@sh.itjust.works 6 points 1 day ago

I mean it depends on the todo.

if to-do 1 is Determine all positive integers n such that the concatenation of n and n^2 in base b uses at most k distinct characters, for fixed b and k - you might be there a while

this post was submitted on 09 Aug 2026
154 points (88.5% liked)

Programming

28051 readers
363 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 3 years ago
MODERATORS