|
|
|
|
|
by TickleSteve
2996 days ago
|
|
If you're architecting your application around a particular mechanism, be that a db or comms mechanism or whatever, then you're tightly coupled to it. This is a mistake. Most applications need to store data, but most applications dont need to store data in a particular db. |
|