Why yes I am a Jaber baby how did you know
m'ugust
🎶Tell my girl I will be gone by Septuneugust🎶
deculyugust
M arch btw
Febrauary?
"Feb"+""+"uary"
For that matter, August has to use a blank in the first position as well
I love the month of Jay
any
MOCTOUARY
We can clearly see that this design is silly, because it allows for so many invalid states. Yet when we represent some type, let's say in Java, were so often forced to do this exact same thing. Have variables in a container of which only a certain combination is valid. And then have at most a comment saying "this number is only valid if X is also set" or "if the validity boolean is true". Luckily Java finally has some ability for the so-called sum types now, just like Haskell's data types or Rust's enum types. Imo any language should have this.
Having data dependent on each other in a type means that either you have redundant data (so one of the fields should be computed) or that your container tries to be too generic (you should in this case prefer an 'Apple' class over a 'Fruit' class with an enum field 'Type')
disappointed that july is not split into j/ul/y
septuneuary
They can't even align the goddam controls smdh
What happens if you accidentally click something in the third box for July?
Edit: nm, I see the blanks as the first option
Julyuary
day 0
Yeah baby I'm a scorpanceitarius
Manuary
Why is the first part of October in the second box?
Now I want to see an infographic about the common parts of each of the months
this is how my apps look when I try optimising them, just to gut them of all its usability because 'why have an array of values if I can reuse this string or integer' like a fucking idiot
Febranber. Those who know, remember.
Programmer Humor
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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics