Hey everyone! Some simple naming convention questi...
# announcements
a
Hey everyone! Some simple naming convention question: Let’s say I have a Fragment, using a ViewModel. I have data about an
Event
in my database, but my Fragment shouldn’t know everything about this
Event
class, so I create a new class that only has the info the Fragment is going to display How would you guys name this class?
EventViewData
?
EventViewItem
? Let me know!