GithubHelp home page GithubHelp logo

goblinshark2.0's People

Contributors

basicbrogrammer avatar ernbrn avatar

Watchers

 avatar  avatar

Forkers

ernbrn

goblinshark2.0's Issues

Overall feedback

@jcward10 and @ernbrn: first off, great job! Your work here looks good, and it sounds like you overcame some difficulties life threw in your way (moving.) All feedback is meant to be helpful and make this project even more awesome.

Law of Demeter

There's a concept in programming called the Law of Demeter, which I think can be a little overblown at times, but is in general a good principle. Please read the blog post linked above to get a good explanation not only of what it is, but why it matters.

This line from GamePlaysHelper should be changed to not break the Law of Demeter like a dry twig. You could make a method on GamePlay called next_rooms that returns all the next rooms you could go to, and already uses Room.find to return the actual rooms, not the numbers.

You call @game_plays.last all over the place. I would consider setting @last_game_play in the controller so that you don't have to do that and continue to make method chains.


Otherwise, good work! Feel free to close this issue after you both read it, or open new issues if you want to fix anything based off it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.