this post was submitted on 28 Jul 2023
933 points (96.1% liked)

Programmer Humor

20499 readers
1524 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 2 years ago (2 children)

As a frontend dev I hate frontend. CSS is not even the main issue.

Fuck Jest and having to mock libraries. I'm gonna go backend in Go or something like that ASAP.

[–] [email protected] 12 points 2 years ago (1 children)

You will still need to mock things for tests in Go

[–] [email protected] 7 points 2 years ago* (last edited 2 years ago) (1 children)

Yeah but the tool chain isn't a poorly constructed house of toothpicks

[–] [email protected] 8 points 2 years ago (2 children)

i might have some bad news for you

[–] [email protected] 1 points 2 years ago
[–] [email protected] 1 points 2 years ago

That's not a Jest problem, that's your skill issue 😎. Mocking stuff is basic shit when you're unit testing.