Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.
3 Answers

Milo Winningham
Treehouse StaffTH stands for Treehouse. :)
Because the Objective-C language doesn't have namespacing, Apple recommends using prefixes in class names to prevent naming conflicts across your app and its frameworks. Some more background info here: http://nshipster.com/namespacing/

Shaun Kelly
5,648 PointsI see thanks for the help : )

Shaun Kelly
5,648 PointsGot any info or sources about debugging because I don't know much about it and how to fix bugs in my code? Sometimes when I run my app It automatically stops and says Thread 1: breakpoint 1.2 on a specific line of code once I add an exception breakpoint on the debugging feature in the IDE ? I have only watched one video on the 'Build a game with sprite kit' course.