this post was submitted on 17 Feb 2025
0 points (50.0% liked)
Memes and jokes about everything programming and CS
304 readers
14 users here now
For anything funny related to programming and software development.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's called backwards compatibility. However, they should assign it a default value if the language permits it, thus making it an optional parameter. If the language doesn't permit that, overload the method to have an endpoint that doesn't require it.