• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle






  • I think it’s fun to work down a questline for an NPC, but I agree that attempts to make it more that a simple branching dialogue tend to fall a bit flat. I also tend not to like the gift giving grind a lot of games do. I much prefer to go do things with an NPC and often that forms a better bond than an NPC with more dynamic dialogue.



  • My understanding of their desire is to be able to hold onto rights related to their settings and characters (and by extension you hold onto your own settings and characters) while forcibly sharing (SA) mechanics and to do this in a single license.

    This is a goal that CC (BY) (SA) can’t solve simply due to the one license requirement. The intent was (though the execution failed) that you’d say ORC everything but <these names> and the result would be people could borrow the ORC mechanics and any improvements could be backported if it was good.

    That said, I haven’t been following ORC very hard as I have no real interest in it. My own work I’m perfectly happy with CC-BY-SA on everything.






  • So so many unit tests I see don’t meaningfully test anything. It would be faster to just read the unit under test because the test itself presents nothing that you wouldn’t instantly recognize. Or the test is so tightly coupled to some arbitrary property that of course the test fails whenever you change something. UI tests at my current place are terrible for this, as they’re just comparing DOM structures so any change breaks it.