derpachu / MI-449-SS17-740-js-conditionals-uMDt4P

0 stars 0 forks source link

Project Feedback #1

Open derpachu opened 7 years ago

derpachu commented 7 years ago

@chrisvfritz Can you take a look at this? It's hosted here and meets the following criteria:

Wrote the javascript python style, is there any habits of writing javascript that I should know about?

chrisvfritz commented 7 years ago

Sorry it took so long to get a review on this. I really, really like this project!! Definitely one of my the nicest implementations I've seen so far. šŸš€ šŸ’„ šŸŽˆšŸ”„ šŸŽŠ šŸ˜„ I especially like:

I don't want to hold you up on this project any longer than I already have with my late feedback, so I'm giving this a :shipit:, but since you asked about style in JavaScript, I think my biggest piece of feedback would be that more and smaller functions are never a bad thing. šŸ™‚

I also just put together a little refactor (including some arrays, since you have prior programming experience), with comments to give you an idea of some areas for improvement. Let me know what you think and if you have any questions/comments! šŸ˜„

derpachu commented 7 years ago

Will things like dictionary eventually be covered or will be more array like?

chrisvfritz commented 7 years ago

Yes! There's currently a lesson about objects, which are like dictionaries.