2023-11-13 UTC
# [tantek] [snarfed] short version is that "just a string" causes lazy/expedient coding from devs which literally assumes just a string ("this property would never have more than one" 🙄 ) with zero type checking so when a property then doesn't have just a string eg is an array or object etc, their code breaks, often times years after they wrote their expedient code and moved on