this post was submitted on 10 Jul 2024
1051 points (93.7% liked)

Programmer Humor

19175 readers
936 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 2 months ago* (last edited 2 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 2 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] 13 points 2 months ago (1 children)

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

absolute lunacy

[–] [email protected] 3 points 2 months ago* (last edited 2 months ago)

Absolute (cm)

adding one 0:

100%, automatically changes unit to %

(Word table properties)

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