Sorry for the rant but I've been encountering this lots over the last couple of weeks, but with internally developed software and third party software. And that is, that so few developers seem to understand that a list with 1, or even 0, entries, is still a list.
Rather what I'm encountering is that when there is just one value, I'm being provided with that value, whereas when there is more than one value, I am being provided with a list. Needless to say this leads to me having to handle a single value as a special case.
Again apologies for the rant. But there is a real question in here. Why do so few developers understand that a list of 1 is still a list? What is the mental block? Or is it just inexperience?