swift icon indicating copy to clipboard operation
swift copied to clipboard

Update introduction.md

Open csprasad opened this issue 1 year ago • 2 comments

Removed Unused Declaration of Variable speed.

I noticed that the variable speed is declared but never used in the code example. To avoid confusion, I suggest removing this unused declaration.

csprasad avatar Aug 06 '24 13:08 csprasad

Seems like speed is used later in myChar.stats = CharacterStats(health: 72.8, speed: 19, strength: 6). So you'll need to edit that bit later on as well.

BNAndras avatar Sep 09 '24 04:09 BNAndras

I don't really see how this adds confusion, since even though if not used it can still be important for the codebase itself, thereby I wouldnt strictly speaking say that it should be removed

meatball133 avatar Sep 09 '24 21:09 meatball133