hacker news Hacker News
  1. new
  2. show
  3. ask
  4. jobs

Ask HN: Code should be stored in a database. Who has tried this?

22 points

by vaughan

3 days ago

46 comments

story

To me it seems obvious that code should be stored in a database rather than a hierarchical, text-based format.

The main way we navigate and organize code is by folder hierarchies. Everyone has a different approach: by feature, by module, by file type (template, component, etc.), by environment (backend/frontend).

Rather than folders and file names, everything could just be tagged in different ways.

Who has tried this and what is the best tool for working like this today?

loading...