DEV Community

Discussion on: AoC Day 24: Immune System Simulator 20XX

Collapse
 
mustafahaddara profile image
Mustafa Haddara

One thing that burned me was the example data is missing a LOT of edge cases the real data will have. For example, the real data:

  • has opposing groups where one is immune to the other's attacks
  • can actually result in deadlocks if the last two remained groups are immune to each other, or if their damage/num units combination isn't enough to kill one opposing unit.
Thread Thread
 
neilgall profile image
Neil Gall

Yes I find that annoying. But I guess it's like the real world too, and the answer is almost always in the detail of the text description, even if it takes several reads to jump out at you.