home.social

#mcdc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mcdc, aggregated by home.social.

fetched live
  1. Uncharted territory for us #DetroitLions fans. We’re used to not watching them in the wild card round. It’s the playing the following week that is confusing. 🙃

    #OnePride #Motown #MCDC

  2. @greuh Every time I see garbage like this, it reinforces the idea that the audience that they're going to end up with is purely one made up of – specifically – disgruntled 5th Edition D&D players. Definitely not 4th Edition because they already have the game that's being described and they like it. Not 3.5 Edition or earlier because they already have the OSR, have had it for many years now, and they like it. And definitely not people who don't play D&D because they don't have any of the "problems" being implied by the ad copy.

    Now, that might still be a relatively large pool of people given the architecture of the tabletop RPG hobby but… They really, really go out of their way to kill any interest by anyone who might be slightly out of that very particular demographic. It's amazing.

    #TTRPG #MCDC

  3. What is an example of an open source system with an exceptionally good test suite?

    The example I gave today is #SQLite, with 100% branch coverage, MC/DC testing and 600 (!) test lines per line of code.

    - How SQLite is tested: sqlite.org/testing.html
    - MC/DC for SQLite: corecursive.com/066-sqlite-wit
    - SQLite architecture: vldb.org/pvldb/vol15/p3535-gaf

    #sqlite #mcdc #testcoverage