Earlier quoted context omitted.
One of the members of the team is barely doing anything and survives by constantly asking others to help with doing the job. This reducea productivity of other employees. A known archetype in many jobs, not only programming. Yet we get comments like this: > you don´t have the necessary competence to validate your suspicion about one of them not getting work done, coasting off of others Wow. In any other job, a manage…
Sorry but what is your point? I feel like you got offended by identifying yourself in it, but did not really understand it. My point being, as a non-engineering manager, you can be great at 1) approving holidays 2) doing a bit of project management 3) doing formal 1:1s . But it does not mean much because you don´t understand the work being done and you are just doing performative actions, e.g. busywork. Or we just sa…
The Worst Programmer I Know (2023)
371–380 of 385 posts
Re: The Worst Programmer I Know (2023)
#372Earlier quoted context omitted.
Sorry but what is your point? I feel like you got offended by identifying yourself in it, but did not really understand it. My point being, as a non-engineering manager, you can be great at 1) approving holidays 2) doing a bit of project management 3) doing formal 1:1s . But it does not mean much because you don´t understand the work being done and you are just doing performative actions, e.g. busywork. Or we just sa…
Only an engineer with 30 years of experience can tell that a Mustang is better than a Model T /s
Re: The Worst Programmer I Know (2023)
#373Earlier quoted context omitted.
I think just about everybody has had to deal with one or several of these guys.
> Story is about changing the font size on the home page? He'd fail it because he wasn't able to log in (he tested while the auth service was undergoing planned maintenance). Average offshore QA team.
Re: The Worst Programmer I Know (2023)
#374Earlier quoted context omitted.
Only an engineer with 30 years of experience can tell that a Mustang is better than a Model T /s
Why the /s? You're mixing apples and oranges I am afraid. Being a consumer of some product, is not the same as engineering the product. So you have the latest iPhone, good for you - still does not make you an engineer, nor do you have a clue what goes into designing, conceptualising and building a product. And yes, those of us with a bit more experience in the field, remember the times when engineering was done by pe…
On a side note, your constant whining about "MBAs" and "scrum masters"... it does not make you sound like a professional or reasonable person. This black-white view of world, that "all MBAs are bad". Whoa.
(Just because I know where you will take it: (sadly?) I dont have an MBA. I am also not a scrum master)
Re: The Worst Programmer I Know (2023)
#375Re: The Worst Programmer I Know (2023)
#376Earlier quoted context omitted.
Why the /s? You're mixing apples and oranges I am afraid. Being a consumer of some product, is not the same as engineering the product. So you have the latest iPhone, good for you - still does not make you an engineer, nor do you have a clue what goes into designing, conceptualising and building a product. And yes, those of us with a bit more experience in the field, remember the times when engineering was done by pe…
One does not need 20 years of programming experience to identify and fire a shitty employee that coasts by constantly asking others for help with their job. There are tons of bad programmers just like there are tons of people bad at other jobs. Those employees are often a net negative for the team by constantly wasting someone elses' time. On a side note, your constant whining about "MBAs" and "scrum masters"... it d…
Re: The Worst Programmer I Know (2023)
#377Earlier quoted context omitted.
At my last gig I spent the last year and a half as staff engineer and made almost no commits because I was constantly writing proposals, defending them to execs, doing architecture reviews, doing design consultations, and planning long term responses to large incidents. I know for a fact that I brought a ton of value to the company but it was very uncoupled to commits. I didn’t really like it because I need to code,…
Writing proposals, doing architecture reviews and doing design consultations sounds to me largely like busywork and bureaucracy rather than real and productive work. Maybe in a business where the cost of iteration is very high, it makes sense to do this. But in a good business you should not be doing architecture reviews and writing proposals, you should be doing refactoring and creating prototypes, respectively.
Architecture reviews ensure that there is some strategy on how things are being solved at an organisational level.
Re: The Worst Programmer I Know (2023)
#378Earlier quoted context omitted.
I was the ci/cd guy. I am not exaggerating when I say this person's code just would not compile and they would not test locally.
An intermediate state on their own branch maybe not such a big deal. But did they regularly initiate pull requests on on broken branch ?