mitchellciupak-archived / LeetLine

A CLI created in Python to help quiz yourself on technical interview questions from Leetcode, Cracking the Coding Interview or personal experience.
0 stars 0 forks source link

Notes and Data Storage #2

Open mitchellciupak opened 4 years ago

mitchellciupak commented 4 years ago

How do we want to store data?

  1. Simple

    • Entire Problem Description and Solutions are contained in source code
    • All extra data is flattened/pickled
  2. Alt

    • Markdown File Is Created to Facilitate Note Taking and Solution Tracking
    • Much of extra data is flattened, but user can adjust metrics outside of application
mitchellciupak commented 4 years ago
  1. Simple

    • Adv: Time Spent on Project can be tracked effectively
  2. Alt

    • Dis: Markdown Files take time to parse