Skip to content

Instantly share code, notes, and snippets.

@ranraj
Created August 6, 2020 03:22
Show Gist options
  • Save ranraj/e6f9e7ef6906cb5a1901aaf4c7704aea to your computer and use it in GitHub Desktop.
Save ranraj/e6f9e7ef6906cb5a1901aaf4c7704aea to your computer and use it in GitHub Desktop.
Design pattern & object oriented

Facade

  • It hides the complexities of the system and provides an interface to the client from where the client can access the system.
  • SLF4j is better implemenation we can of it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment