Skip to content

Instantly share code, notes, and snippets.

View hypebeast's full-sized avatar

Sebastian Ruml hypebeast

  • Atlantic Ventures GmbH
  • Munich
View GitHub Profile

Architectural Questions

  • Are responsibilities well defined?
  • Are the collaborations well defined?
  • Is coupling minimized?
  • Can you identify potential duplication?
  • Are interface definitions and constraints acceptable?
  • Can modules access needed data—when needed?