Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hrw/master #5

Open
wants to merge 7 commits into
base: hrw/master
Choose a base branch
from
Open

Conversation

yourFriendWes
Copy link

I have puppy image files in my project that I'm not using yet, but I'm keeping them in there in case I decide to use them when refactoring my code. I would like to make my "X"'s awkward pugs, and my "O"'s corgi friends

@catchingash catchingash self-assigned this Feb 9, 2016
html {

html {}
.board { margin:1em auto; border-collapse:collapse }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd recommend keeping your formatting consistent, so I'd write this on multiple lines like you do for your other formatting.

Additionally, and it's not really worth your time unless you really care about it or your team prefers to do it this way, but some people recommend putting the attributes in alphabetical order when possible. Personally, I didn't like to do that on personal projects, and instead grouped them in a way that made sense to me (borders and margins together, width/height together, etc).

@catchingash
Copy link

@wesleywillis, I love the theme that you picked! It's so cool.

Most of my feedback were style-guide type issues. Overall, your logic was easy-to-follow, and I didn't struggle with trying to understand what was happening. I asked a couple of prodding questions -- feel free to respond, or not, depending on your time/interest.

Let me know if you have any questions, or if there's anything in particular that you wanted me to look at that I didn't comment on!

//this.scoreBoard();
};

TicTacToe.prototype.scoreBoard = function() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd consider renaming this function to something more descriptive of what it's doing now. (e.g. findWin or something else)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants