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 trialErick Luna
21,076 PointsAny plan for a Test Driven Development course?
Test Driven Development is one of the different skills required in some jobs, it would be great to have a course about that topic in Treehouse.
Erick Luna
21,076 PointsOshedhe Munasinghe I have read that Test-Driven Development is a technique on which the developer will write the testing cases before coding the business logic. The intention is to improve code quality :)
Oshedhe Munasinghe
8,108 PointsErick Luna ahhhaa!!! I get it! :) Yeah I really want to learn that too! Have you been Craig's trello? You can send a post to him!
1 Answer
Mino Karadzhov
8,167 PointsI support your idea. TDD(Test Driven Development) is frequently used in the industry and it could be a great boost for everyone's job hunt. Not to mention that it helps you write better code.
Oshedhe Munasinghe
8,108 PointsOshedhe Munasinghe
8,108 PointsDo you mean like JUnit? like that?