... Sorry, I should have resisted, but, in Smalltalk the unit of check in is normally the method not the file. That's a unit around seven lines of code. Why...
... I can think of two measurements: * We spent 5 hours this week waiting for the Customer to respond * We spent 2 days this iteration working on a feature...
... If you would consider a switch to Java, you could look at: http://archives.java.sun.com/cgi-bin/wa?A2=ind0406&L=jini-users&P=R14932&I=-3 Regards, Pit...
On Fri, 1 Oct 2004 07:18:25 -0700, Curtis Cooley ... somebody will defnitely want to check my math, but given you have 5 pairs, each of who take 5 minutes to...
On Thu, 30 Sep 2004 22:54:29 -0400, Steve Berczuk ... Our current integration process takes ~5 minutes start to finish. We do not have problems waiting for the...
I saw this in today's paper... 'Friendly' visitors now subject to security checks New US rules call for fingerprinting most on arrival By Robert Jablon,...
... wrong & they ... were wrong. ... numbers ... So, in this case, fantasy/politics trumped reality, as often happens in software development projects....
On Fri, 1 Oct 2004 08:06:43 -0700, Curtis Cooley ... With some sort of random distribution, as opposed to just before lunch and just before the end of the day?...
As people have been talking about releasing with an "integration token" there seems to be some confusion. About releasing code with smalltalk: Under envy...
... We did have Envy, which is a class and method source code management system. There are, of course, no source files. Ron Jeffries www.XProgramming.com One...
Well guys, I am really confused about this and I think I need to sleep on it. But before I nod off, I figured I would ask here ;) The issue is this: For much...
Whenever we come across an external public interface that we don't own - usually packaged as a DLL we have a four stage process: 1. We write a set of tests...
Hi, Erik. It sounds like you're thrashing a little, so I'm going to throw out some answers in hopes of helping you make some progress. If I misunderstand your...
Erik, ... When such code is buggy, in exactly what ways does it tend to be broken ? How can you tell ? Cheers, -[Laurent]- It is tempting to suppose that...
... What strikes me as painful about this is tt seems that the tests involved are mostly testing Direct X, not your code, and as far as that goes, they're only...
... Good questions, Laurent [and Erik]. This will help us decide which tests are necessary. TDD, as I do it, is for testing the "logic" of my program. What's...
Dear my fellow friends, Just want to ask some question that is kinda silly. You guys are talking bout Smalltalk , but i am not so sure what is that .. is it ...
... Smalltalk is an amazing and legendary language divulged to humans by Prometheus. This angered the gods enough they condemned him to refactor a big ball of...
... Write a temporary test function called 'reveal()'. It will activate the MS Windows event queue, and allow a testee to paint on the screen, and stay up...
... All true! ;-> See also: http://www.c2.com/cgi/wiki?SmalltalkLanguage http://www.c2.com/cgi/wiki?SmalltalkInOnePage Smalltalk is an object-oriented...
... the logic ... Ok, to the first question, buggy would be either a) it crashes, or b) there are visual artifacts that we don't like. That second one is sort ...
... I wish! ===== Phlip http://industrialxp.org/community/bin/view/Main/TestFirstUserInterfaces _______________________________ Do you Yahoo!? Declare Yourself...
Erik, ... I would think unit-testing-at-all would be sufficient to catch most of these ? Or is there something else I should know about the kind of DirectX...
On Fri, 1 Oct 2004 15:44:55 -0700, Curtis Cooley ... Is that "real" or is there more integration towards the end of the day? -steve -- Steve Berczuk |...
... It's all related, which is why Brad and I wrote the SCM Patterns as a "Pattern Language" as opposed to a list of best practices. If you have good testing...
On Sat, 2 Oct 2004 14:38:44 -0400, Steve Berczuk ... YMMV, but I integrate whenever I have clean code. Sometimes that's every green bar (cvs + eclipse...