Skip to content

Instantly share code, notes, and snippets.

@manoj-mili
Created April 3, 2022 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-mili/e8304a5b04f8576f604dda2a293f7e81 to your computer and use it in GitHub Desktop.
Save manoj-mili/e8304a5b04f8576f604dda2a293f7e81 to your computer and use it in GitHub Desktop.
//Naming Activities
class HomeActivity
class HomeScreen
class Home
//Interface naming conventions
interface IHolidaysRepository
class HolidaysRepository: IHolidaysRepository
// Or other convention
interface HolidaysRepository
class HolidaysRepositoryImpl: HolidaysRepository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment