186
Who was your worst coworker?
(lemm.ee)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_[email protected]~
I think I've blocked out most of the bad ones, and most of my coworkers have been good or okay.
This one guy I remember though. This might only be relevant for people who live in software.
He refused to name his tests. Normally with jest or mocha you have tests like
describe("user settings page", () => { it("allows the user to change their name", () => { etc
But he refused. He'd put empty string in both spots. So you'd open a test file and there'd just be a dozen anonymous unlabeled tests and you'd have to puzzle out what they were trying to do.
He was a reasonably nice person when we talked, at least. But this drove me crazy.
I once worked with a team who would have useful tests like (it's been years since I used Jasmine so not going to try), but things like if true === true.
Yeah thanks dipshit.