2
mfa13
8y

one of game development pros .... you can name variables stuff like "fishArray"
i know it's silly but it made me giggle

Comments
  • 1
    I can also name my variable `fishArray` too, and I work on server backends completely unrelated to aquatic life.

    `schoolOfFishes` however, that'd make me chuckle.
  • 2
    FishstickStack... :D
  • 0
    @lotd

    for(let i = 0; i < sticksYouLike.length; i++) {
    if (sticksYouLike[i] instanceof FishStick) {
    console.log('you are a gay fish');
    break;
    }
    }
  • 0
    @rozzzly it would be hard to explain the naming in documentation tho
Add Comment