this post was submitted on 28 Jul 2023
944 points (96.2% liked)

Programmer Humor

19203 readers
1132 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 year 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 1 year ago (1 children)

You will still need to mock things for tests in Go

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

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

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

i might have some bad news for you

[–] [email protected] 1 points 1 year ago
[–] [email protected] 1 points 1 year ago

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