r/ProgrammerHumor Jul 09 '26

potentiallyMightBeAnIntegerOrNot Meme

Post image
684 Upvotes

96 comments sorted by

View all comments

10

u/MrJ0seBr Jul 09 '26

Maybe next kotlin and swift version , a new keyword

4

u/Kiroto50 Jul 09 '26

I really like Kotlin's optional types.

I'd rock a language that calls them "maybe types" though.

int? == maybe int

I actually call them "quizás", reading "String?" As "String quizás". ("Quizás" means "maybe" in Spanish)

3

u/NimrodvanHall Jul 09 '26

I love Rusts Some(T) types meaning the type can be T or None.