this post was submitted on 06 Jul 2024
23 points (96.0% liked)

Programmer Humor

32882 readers
381 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] yetAnotherUser@discuss.tchncs.de 1 points 2 years ago (2 children)
/*
 * Gets stupidFuckingInteger
 *
 * @returns stupidFuckingInteger
*/
public double getStupidFuckingInteger() {
    return stupidFuckingInteger;
}

[–] mrpants@midwest.social 1 points 2 years ago* (last edited 2 years ago) (1 children)

The lack of a return type declaration makes this sooo good.

[–] expr@programming.dev 1 points 2 years ago* (last edited 2 years ago)

It has the return type declared to be double.