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 trialTony Anderson
1,903 PointsWhy don't we replace Class Date using Class Calendar?
I think Class Calendar is more functional than Class Date, and most of methods in Class Date are deprecated. So,why?
1 Answer
João Matos
4,967 PointsIt's a good question. I think the class Date is more simple, and since the target off this course is people with and without coding experience, the class Date is more appropriate. But the class Calendar is indeed more complete.
Tony Anderson
1,903 PointsTony Anderson
1,903 PointsThank you for your answer or reply.