this post was submitted on 22 Nov 2023
45 points (89.5% liked)

Programming

16397 readers
181 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 [email protected]



founded 1 year ago
MODERATORS
 

In your opinion what's the difference between the two? In my opinion both terms are frequently used interchangeably in the workplace.

But I'd like to consider myself as an engineer, because although I don't consider myself to be good at it, I think I cares about the software that I worked on, its interaction with other services, the big picture, and different kinds of small optimizations.

I mean, what is even engineering?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] bouh 15 points 8 months ago (2 children)

A dev work on some code. It works, great, job done.

An engineer comes to see this work. It hasn't been thoroughly tested, it only works on the dev computer in his coding environment. There is no documentation. There is no comments in the code. Half the features are missing because the story didn't talk about them. Installing the "software" is made by hand and only one person knows how to do that. Some libraries are used with various licences, some are outdated, some can't be maintained, some will download stuff on their own. Performances are shit. I certainly forget a lot of stuff.

Now the engineer will work to solve all these non code problems.

Now the problem is that software companies don't care about engineers because they have managers. Managers will consider engineers like developers and ask them to work like developers. They will also tell the engineer that his lunacies are too time consuming, which means too expensive, so they will go in the backlog and be forgotten.

Yes I'm disillusioned and depressed about working in software development. It's not like this everywhere. Some companies have an engineering culture. Especially when they come from older industries, like electronics or car etc. But I haven't had the chance to work in one for 5 years now.

[โ€“] [email protected] 9 points 8 months ago

Holy shit can confirm. Am also fighting off some burnout or depression or both?

Get called out for being slow, yet their "fast" development time seems to be related to the projects we have to keep revisiting as they keep failing publicly ๐Ÿค”

Like yea it needs to be delivered, but do we really want to be so careless with employee and customer trust? Also, wouldn't there be value in keeping things structured well enough to be consistent with our delivery times?

I get that it can be polished later but later never seems to come. The tech debt just keeps stacking and I find myself being the only one scraping up the turds.

I feel like I'm being gaslighted sometimes...

load more comments (1 replies)