Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 279 Bytes

v1-to-v2.md

File metadata and controls

11 lines (8 loc) · 279 Bytes

How to go from v1 to v2

  • We want to add vote count to BOTH questions AND answers
  • We want to get rid of the tags lookup table
  • We want to mark an answer as accepted
  • We want to add comments to BOTH questions AND answers

Solution

  • Use inheritance
  • Use array for tags