|
|
|
|
|
by Sean1708
2922 days ago
|
|
> IMHO less people should default to using a database upfront. At least while protyping the idea. Surely it should be the opposite? While you're prototyping you should use a DB by default, then switch to your own implementation if you find out that it will speed things up (and you need that speed). It's not like the code that you would replace a DB with is going to be trivial, using a DB is going to keep the code simple until you need it to be complex. |
|