Monotone is good, but buggy :(
I have started project of recomposition monotone from one big monotone
commandline-oriented executable into monotone library (it can be static),
commandline utility, and possibly network service. And work plan for me and my
programmers group had created also. First versions I plan deploy at my site
next month.
Site and Wiki for project will be designed at monday.
Some reasons to start the project:
- Extreme programming will produse more stable code:
network communication, command line and database communication - three
logically different tasks, which should be designed separatly
- one library - many frontends (for example, GUIs or bindings for other langs)
- one library - many backends:
what about PostgreSQL or Oracle, not only SqlLite 3 as now?
- new development will be faster.