this post was submitted on 08 Jun 2024
723 points (97.1% liked)

Programmer Humor

32119 readers
964 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] rockSlayer 26 points 3 months ago (3 children)

I think QA engineering needs to become more widespread. The "extra pair of eyes" can't compare to a department of people dedicated to code review and testing.

[–] [email protected] 32 points 3 months ago (1 children)

QA and Code reviews do different jobs. Manual and automated testing will not notice your code is shit, so long as all test cases pass.

[–] rockSlayer 6 points 3 months ago (1 children)

That's what QA engineering is for. They are integrated into the dev team and they pull double duty with QA and code review.

[–] [email protected] 11 points 3 months ago (2 children)

In my company QA is dedicated to manual and automated tests. I haven't met many QA engineers who could effectively review any of my code.

[–] rockSlayer 3 points 3 months ago (1 children)

I'm thinking of it not as a title, but a role. Often times the 2 are not related

[–] [email protected] 2 points 3 months ago (1 children)

Sorry, I'm not native English. What would be the difference?

[–] rockSlayer 1 points 3 months ago (1 children)

A title is just something a company calls a particular job. A role is what that job actually is. So a lot of jobs might be called "QA engineer", but not fitting the intended role

[–] [email protected] 2 points 3 months ago

Gotcha. I mean, all software engineers should do some QA engineering, but we have QA engineers who are the experts and "QA coaches".

[–] [email protected] 2 points 3 months ago (1 children)

As a qa engineer this makes me feel better about myself. Because I'm included on reviews but never know what I'm looking at.

[–] [email protected] 2 points 3 months ago (1 children)

I've worked in places where QA we people with no coding knowledge who just clicked around looking for bugs, as well as places where QA never did that, only automated tests. And then there are places that believe hiring QA is useless, because "everyone should do QA".

[–] [email protected] 1 points 3 months ago (1 children)

This is my first big career job and in my limited experience I think I support the idea of a second pair of eyes, with a hybrid on automated testing. It seems more comprehensive and thorough than having a single person work on a task (minus code reviews).

[–] [email protected] 1 points 3 months ago

In the end it comes down to the size of the team/company.

[–] Windex007 14 points 3 months ago

You don't want a department that you throw it over the fence to, you want them embedded on your team. Keep those feedback loops TIGHT bois

[–] SpaceNoodle 3 points 3 months ago

Dedicated to testing, absolutely, but they don't necessarily require expertise regarding implementation.