From: Tom D. <td...@va...> - 2000-10-16 19:20:54
|
On Mon, 16 Oct 2000, Scott Wallace wrote: > Is there a disign doc, or any sort of roadmap for the future of DB? I was > going to poke around in the code a bit in the next few weeks and was hoping > for a bit of high-level description and motivation for how things are/should > be done. There is the TODO document but that is more of a wishlist and probably doesn't have everything. As for motiviation for how things are done, I've been trying to avoid specific code and rather create abstraction layers like the "data source" layer and the grid widget. It makes for much cleaner code. If you have specific things, I can help with what types of implementations would be good. |