this post was submitted on 28 Aug 2024
233 points (99.2% liked)

Programmer Humor

19224 readers
118 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
[–] mbtrhcs@feddit.org 15 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

IntelliJ finds most uses in my experience unless you're doing something weird with reflection or similar. And if it's a public facing API only used by the library's consumers..– it should be used in tests at the very least! Especially if it's prone to regressions like the comment suggests

[–] qaz@lemmy.world 13 points 3 weeks ago

There are only 7 unit test classes. 2 of which I wrote myself this month.