stringly-typed

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Alternative forms[edit]

Etymology[edit]

From the string data type, punning on strongly-typed.

Adjective[edit]

stringly-typed (not comparable)

  1. (programming, humorous) Characterized by an excessive use of strings to represent non-textual data.
    • 2019, Shaun Lewis, Mike Dunn, Native Mobile Development: A Cross-Reference for iOS and Android, O'Reilly Media, →ISBN, page 178:
      This is a “stringly typed” example that is easy to break if the key names are mistyped, or change between versions of your app.
    • 2021, Tim McNamara, Rust in Action, Simon and Schuster, →ISBN, page 98:
      Enums can be a powerful aide in your quest to produce reliable, robust software. Consider them for your code when you discover yourself introducing “stringly-typed” data, such as message codes.