Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGustavo Jimenez
7,750 PointsI am unsure how to answer this.
Why isn't there a way to get hints?
3 Answers
Gustavo Jimenez
7,750 PointsNo worries, I figured it out. Trick question, thanks.
I disagree about the hints - if a person is stuck, it helps to finish the problem without giving an answer. It's only not useful if it's not used.
Roberto Alicata
Courses Plus Student 39,959 PointsYou can ask here in the forum. I think that a fixed hint is not always useful to understand an exercise. What is your problem with this challenge?
Gustavo Jimenez
7,750 PointsJames Barnett: Thanks for your response. I understand what you mean. Perhaps a sort of box during the code challenges that provides an overview of the topics covered in the previous video. At the moment, I have to open a new window, search for the specific video that challenge refers to and scan it so that I can pick up on a topic I may have missed or forgotten about.
(Apologies if this post counts as an additional answer, I couldn't find an option to directly reply to your post.)
James Barnett
39,199 Points>
Apologies if this post counts as an additional answer, I couldn't find an option to directly reply to your post.
You only reply to a answer in other words threading only goes one level deep. Basically if you clicked the add comment
button on your answer, it would be underneath my comment. That's how we usually do threading on this forum.
James Barnett
39,199 PointsJames Barnett
39,199 PointsGustavo Jimenez -
>
I disagree about the hintsNote that Roberto Alicata didn't say a hint is not always useful he said a
fixed
hint is not always useful.As a hint is very context specific and there is often only a small number of right ways to write code that will pass an exercise, but rather large number of ways to write code that will not pass. So hints are often fixed, taking a "guess" at what might be the issue with your code.