Post tagged: zombie protagonist

Resurrecting Zombies, Part 2

Actor should be Void

Fourteen things “should be Void”. That’s lots of things. It’s also, coincidentally, the count of constructor methods that end in return this;:

$ grep -c "return this;" *.hx
Actor.hx:2
KeyboardMonitor.hx:0
Screens.hx:12
ZombieProtagonist.hx:0

Amazingly, the locations (e.g …