|
|
|
|
|
by wanorris
7000 days ago
|
|
How can you build an application without data structures anyway? If you ever load data from a database, it's loaded into a data structure of some kind. Of course, if you're using a bunch of elaborate ORM stuff, I suppose it might build your data structures without you ever really seeing them. Is that what you meant? |
|