forked from turingschool-examples/black_thursday
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sam Nayrouz edited this page Jul 25, 2017
·
2 revisions
A business is only as smart as its data. Let’s build a system able to load, parse, search, and execute business intelligence queries against the data from a typical e-commerce business.
Use tests to drive both the design and implementation of code Decompose a large application into components Use test fixtures instead of actual data when testing Connect related objects together through references Learn an agile approach to building software
This project will be assessed with the help of a spec harness. The README.md file includes instructions for setup and usage.
From a technical perspective, this project will emphasize:
- File I/O
- Relationships between objects
- Encapsulating Responsibilities
- Light data / analytics