I don't see how that enables foot sliding unless it's a lazy solution tho? A no foot-sliding solution can be snappy, you just have to increase animation speed so the character is "ready" to execute the players input faster.
I think the real issue is the difference between moving the entire character as an object, with the walking animation being supplementary to that vs the walking animation being central to the character whose object moves because of the animation.
But for a game like this, arcadey instant direction change type movement doesn't really seem warranted either.
If you look at npc locomotion, there's no foot slide, and for a character there is, but the character feet are out of screen most of the time when walking.
I've played the whole game and never noticed this.
I think the real issue is the difference between moving the entire character as an object, with the walking animation being supplementary to that vs the walking animation being central to the character whose object moves because of the animation.
But for a game like this, arcadey instant direction change type movement doesn't really seem warranted either.