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

Java

Erick Luna
Erick Luna
20,282 Points

Any 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.

Do you mean like JUnit? like that?

Erick Luna
Erick Luna
20,282 Points

Oshedhe 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 :)

Erick 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
Mino Karadzhov
8,167 Points

I 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.