Skip to content

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