Test-firsters: I cross-posted because it's a hard one! (FitNesse gets this because someone's doing something similar there, so helping me helps them.) I'm...
... Yes, but not for NUnit or C#. Does the following VB help? Load frmMyForm frmMyForm.Initialize "my data" ' <-- public method myDataBase.setSomeField("") ...
Hi, Phlip, ... It's not entirely relevant, but I was immediately reminded of this: <http://www.jnd.org/dn.mss/ToiletPaperAlgorithms.html> Peace, --Carl --...
TFUIers: One Christophe Thibaut translated our synopsis of TDD into French: http://xp-france.net/cgi-bin/wiki.pl?TDDUneDefinition I tried to stop him. ;-) ...
... Then here is another good site for XP stuff in French: http://www.design-up.com There is also a book in French (excellent of course ;) "L'eXtreme...
So said TestFirstUserInterfaces@yahoogroups.com on 2003-07-16 ... "profond" means "deep", literally. One talks of "un lac profond" (a deep lake). Profound...
... Wiki ... Profound abstractions make you think. Deep abstractions just make you look. (Or step in with the debugger and see where you go!) I was hoping the...
... Problem with this rule: it encourages not putting things in the trash, which may be overall worse for the group using the trash can. J. B. Rainsberger, ...
... I hadn't considered this distinction, but I like it. ... Then you got your wish. Take care. J. B. Rainsberger, President, Diaspar Software Services Let's...
TFUI: This essay lists the wrong way to do things. I'm curious if I have missed any (individual) Worst-Practices here: Sluggo has programmed since his teens,...
Just a terminology issue. We are currently trying to get more of our code organised in the way Phlip suggests in his last paragraph: having a layer between the...
Hello all, How would you go about creating and testing for a new window that needs to be created by a dialog using the humble dialog technique Clifton F....
... So far as I understand Mike Feathers's humble paper ( at https://www.objectmentor.com/resources/articles/TheHumbleDialogBox.pdf ), you start a mock object...
Hi All, I'm happy to announce that the NUnit 2.1 release is now in beta and available for download on sourceforge - http://nunit.sourceforge.net. It may also...
... addresses if ... Thanx Phlip for the reply. I guess what I'm looking for is a way to test the "add extra addesses". So for the the Customer dialog, I ...
Hi, I have started implementing a dialog using the Humble Dialog Box pattern and I have wondered what the pros and cons are of storing the state in the...
... I usually associate the opposite direction with "abstraction" - higher-level abstractions, as in "the view from 10,000 feet". Translation is an interesting...
... I'm answering on TFUI because I'm not going to be able to answer your technical question... ...but that's not OBT. You should select a test or suite from a...
... This is a process smell - your team "lead" has presumed powers that no healthy lead should ever have. This may indicate a wall in your potential ...
... Those pages suck. I'm working on a replacement. ... I'm probably going to come down against HDB. ... Right - rework is still rework. ... that ... field, ...
... Very strong decoupling between the representation and logic layer are good. Delaying writing the dialog box until the end is bad. MF's paper presents...
... I come at this from a different angle. I want to delay the dialog box forever. I've been reading Cooper's About Face, and thinking how TDD plays with...