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 trial
Brian Story
Courses Plus Student 2,148 PointsA couple forums improvements to help encourage people
Make it easier to post code, maybe click a button that inserts code blocks into the text area. This seems very hard to understand for new users trying to get help.
The up and down vote thing is cool but change it up. The point should be to reward the user for helping and it's not clear enough. It's also not widely used so UX that Shizzle.
Anybody else have ideas on these?
4 Answers
alex mattingley
7,508 PointsI second the code thing and do the same for images, make it easier to post them. It was really discouraging for me in the beginning trying to get help when I couldn't effectively illustrate the issues I was having.
Marcus Tisäter
4,886 PointsYeah, Point rewards for thumbs up is a great idea.
Matt Campbell
9,767 PointsCode is simple, just mash the spacebar 4 times. lol.
Unless Treehouse were to start hosting our image, the only way is to still use a 3rd party host and move the relevant code in. It's a pain but I'm not going to pay extra just for some image hosting.
Sri Kadimisetty
9,770 PointsThe comments are Markdown enabled and that might be a little foreign for people who are seeing for the first time. But it's a great way to write code.
Inline code is contained within apostrophes ` and
<!-- blocks are indented with four spaces -->
Not having fancy widgets for formatting, keeps the comment code clean. IMO, the slight learning curve is worth it; also because familiarity with Markdown might be useful in many other cases.