DEV Community

Cesar Aguirre
Cesar Aguirre

Posted on • Originally published at canro91.github.io

We, Coders, Often Don't Get To Solve Problems—And That's Boring

I originally posted this post on my blog.


Coding is about solving problems with automation.

The most interesting and funniest part is figuring out a coding solution to a problem.

But often, by the time a coder is involved, all the big picture thinking and decision making have already been made, killing all the fun.

Somebody else already talked to customers.
Somebody else divided the work into milestones.
Somebody else decided what to do and how long it will take.

With no software engineers or people with boots on the ground involved.

A 6-month project promised to be done in just one month

At a past job, our VP, probably to look smart in front of other executives, promised to finish in one month a project that needed at least 6 months.

He picked a number out of thin air without asking anyone. By the time, anyone with a coding background and boots on the ground was involved, it was too late. A promised was already been made. And often estimates aren't estimates, but set-in-stone deadlines.

Coders were only involved to turn JIRA tickets into lines of code.

The most rewarding and funniest projects have been when I have all the context around customer needs and am involved in most of the design and architecture decisions.

If someone else talks to customers and writes specs and we, as coders, only turn those specs into code, we’ll be out of business soon. AI will replace us all.


Starting out or already on the software engineering journey? Join my free 7-day email course where I share the lessons and mistakes I've learned from 10 years in software engineering, so you can skip the trial and error and move your career forward.

Top comments (2)

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

Coding is about solving problems with automation

I completely disagree. Coding is simply instructing a computer to do what you want it to do.

Almost all of the most interesting, creative projects I've worked on (all personal ones) do not solve any problem AT ALL. I built them out of curiosity, or some crazy half-baked idea.

Programs do not have to be useful, or solve a problem. They can do anything at all! Why limit yourself to solving a problem? That potentially takes away all the fun and enjoyment of building for the sake of building.

Do children use their imaginations to 'solve problems' when building with Lego? Not usually. They do it because it is enjoyable and fun. Programming for me has always been the same. We're just lucky that people are also prepared to pay us to do it!

Collapse
 
ingosteinke profile image
Ingo Steinke, web developer

It's not just about fun. If all the high level decisions have been done before, they have been missing out on experts' experience, ideas, and questions. If developers just get ready-made coding tasks, that's not creative nor agile. Companies that follow that kind of feature-factory mindset could probably replace developers by AI, but they'd better integrate devs into their ideation and project management to prevent unpleasant surprises later.