this post was submitted on 10 Jul 2024
1079 points (93.8% liked)

Programmer Humor

19564 readers
589 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] 185 points 4 months ago* (last edited 4 months ago) (29 children)

WHY IS THE HEALTH INPUT PARAMETER A GODDAMN STRING?????????????

Why are you passing ‘%’ inside said goddamn string?!?! Not to mention the static reference instead of the actual instance.

Shame on you

[–] [email protected] 6 points 4 months ago (14 children)

The high level setter function should be made to handle both string and numeric values.

If it contains "%" it's a percentage value.

If it's a string without a "%" it's an absolute value and needs to be normalized.

If it's a numeric value, it's an absolute value.

If it's a numeric 100, it's 100%.

If it's a subunitary numeric value, it's a percentage.

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago) (1 children)
[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

...ends with. And there are more ways to parse.

load more comments (12 replies)
load more comments (26 replies)