• #dev 2023-11-13
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2023-11-13 UTC
# 21:35
[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