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 trialN Lakshmipathi Anantha
1,533 Pointswhat is Verbose?
what is the role of verbose in android.
1 Answer
Matthew Rigdon
8,223 PointsVerbose, by definition means: "using or expressed in more words than are needed." I would assume that if it is being applied to programming/Android, it would mean to make your code as simple as possible. That could mean naming your variables something smart and short. It could mean writing DRY code (don't repeat yourself). Essentially, make your code easy for yourself and others.