From: Glyn M. <gly...@gm...> - 2008-04-18 09:10:40
|
Hi Mike, On 18/04/2008, Michael Dickey <mi...@mi...> wrote: > > Hi Dean, > > I haven't tried compiling anything yet since I was still working > through the concept stage of "what goes where?" (plus I still need to > learn how to use bjam =) I would definitely recommend using unit testing to help you answer this kind of question. Write the tests as you hope/expect the library to be used and then refactor your libpion code around the tests (which should only have to change very little while you're refactoring). Also, as you update the unit tests in the repository, you'll be able to get feedback from other developers and potential users at an earlier stage than you would have otherwise. HTH, Glyn |