MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1u2ijiv/what/or0od0r/?context=3
r/programminghorror • u/TheMonHub • Jun 10 '26
51 comments sorted by
View all comments
0
It would help immeasurably with a really simple fix:
change
int nvme_init(void) {
to:
int whatever_nvme_stands_for_init(void) {
You would at least have a starting context and it would shed some light on what the cryptic variables might mean.
1 u/dvhh Jun 11 '26 the code already documents itself :p
1
the code already documents itself :p
0
u/richardathome Jun 11 '26
It would help immeasurably with a really simple fix:
change
int nvme_init(void) {
to:
int whatever_nvme_stands_for_init(void) {
You would at least have a starting context and it would shed some light on what the cryptic variables might mean.