Skip to content

Instantly share code, notes, and snippets.

@ChrisMoney
Created June 25, 2024 14:37
Show Gist options
  • Save ChrisMoney/37085c2e7e97f6198e941ce27f424fe1 to your computer and use it in GitHub Desktop.
Save ChrisMoney/37085c2e7e97f6198e941ce27f424fe1 to your computer and use it in GitHub Desktop.
N-Tier Design
UI: UI files driven by Factory methods
Helper: Wrapper methods that handle misc. functions
API: API calls envoked at the factory level
Factory/Business: Handles SQL Connections, santizes data before handing off to DAO
DAO: Handles requests to data warehouse and returns objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment