231
getStorageList() (lemmy.world)
top 14 comments
sorted by: hot top controversial new old
[-] mbtrhcs@feddit.org 72 points 10 months ago
[-] FellowHuman@lemmy.world 36 points 10 months ago

Well its public so who knows in what other package is using it. And it's static, so who know what kind if monster is calling it from some inapropriate place. I have seen static methods being called from translation/localization files, because "it works".

[-] mbtrhcs@feddit.org 15 points 10 months ago* (last edited 10 months ago)

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 12 points 10 months ago

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

[-] cheddar@programming.dev 28 points 10 months ago

Somebody should tell Albert and the others, they can let this method go.

[-] qaz@lemmy.world 28 points 10 months ago* (last edited 10 months ago)

I already did so an hour ago

UPDATE: It has been merged

[-] AdNecrias@lemmy.pt 32 points 10 months ago
[-] cheddar@programming.dev 12 points 10 months ago

Alright, this is my first contribution to an open-source project, albeit indirect. I'll drink to that!

[-] Endmaker@ani.social 32 points 10 months ago
[-] qaz@lemmy.world 54 points 10 months ago

Found it while refactoring KDE Connect Android.

[-] hades@lemm.ee 20 points 10 months ago

Ah yes, that's Android for ya.

[-] pfm@scribe.disroot.org 5 points 10 months ago

I keep telling myself that in the ideal world, phones would be programmed in Forth.

this post was submitted on 28 Aug 2024
231 points (100.0% liked)

Programmer Humor

25067 readers
769 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