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

Lumbersexuals - completed betsy (Hipsterly) #4

Open
wants to merge 264 commits into
base: master
Choose a base branch
from

Conversation

SuzHarrison
Copy link

So enjoyed working on this project with this fantastic team!-from Suze

Adriana, Nicole, Ania, Suzanne

Hipsterly:
https://hipsterly.herokuapp.com/

SuzHarrison and others added 30 commits May 2, 2016 16:39
def index
@sellers = show_sellers
@categories = show_category
@category = params[:category]

Choose a reason for hiding this comment

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

Indent the three lines above! 🙈

@emgord
Copy link

emgord commented May 17, 2016

Awesome job on this project!!

(@order_items_paid << item) if item.order.status == "paid"
(@order_items_complete << item) if item.order.status == "complete"
end
#NEEDS ADDITIONAL CLAUSES TO IDENTIFY ORDER FROM ORDER ITEMS

Choose a reason for hiding this comment

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

Is this comment a TODO/note to self? It's a little confusing. If its about logic you'd like to add in the future, make sure to put that in your read me, but take it out here. When I see something like 'needs' in a comment - my first thought is - "is the developer trying to warn me about a datatype or argument I need to implement the code properly, and if so then why isn't that just evident in the readability about the code?"

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.

7 participants