... Since you are talking about testing apps against webserver, I'd plug in the new Apache::Test framework which most Apache::* modules' and frameworks39;...
32
Rob Nagler
robnagler
Jun 11, 2002 4:16 am
Chris et al, Sorry for the delay... I uploaded some story cards. They are from the book. My real story cards are a mess. The payments-planning-game card is...
33
TechGirl77@...
techs_girl77
Jun 22, 2002 7:42 am
Don't Miss This Exciting Opportunity! Superb Computer Based Training OFFER Please click on link below: ...
34
asimjalis
Jul 22, 2002 1:56 am
For some reason writing unit tests in Perl feels really weird. I feel like Perl code is simply not supposed to be OO in the same way as Python and Java are. OO...
35
Rob Nagler
robnagler
Jul 22, 2002 2:24 pm
... For practical reasons, we manage all data through classes. This simplifies the calling convention (we always use -> when calling an API). Classes can...
36
Asim Jalis
asimjalis
Jul 22, 2002 8:27 pm
Hey Rob, ... What do you mean by "declarative tests"? Could you give an example? Asim __________________________________________________ Do You Yahoo!? Yahoo!...
37
Rob Nagler
robnagler
Jul 23, 2002 11:41 am
... A declarative language allows you to specify your intent and the interpreter executes the program in whatever order it sees fit. SQL is a declarative...
38
Rob Nagler
robnagler
Jul 29, 2002 3:12 pm
I'm trying to get an idea what people consider useful refactorings. The following refactoring is a very simple one, but I consider it useful to demonstrate how...
39
Ilya Martynov
juilru
Jul 29, 2002 3:29 pm
... RN> [..snip..] RN> TITLE: Replace Conditional with Modifier RN> SYNOPSIS RN> You have an if statement with a one-line then clause. RN> Use a Perl statement...
40
Drew Taylor
drewbie74
Jul 29, 2002 3:53 pm
Cool! I didn't know this trick. Hmmm, now I have one more reason I can give my coworker to use emacs instead of vi. ;-) Thanks Ilya! Since you seem to be the...
41
Ilya Martynov
juilru
Jul 29, 2002 4:07 pm
... DT> Cool! I didn't know this trick. Hmmm, now I have one more reason I DT> can give my coworker to use emacs instead of vi. ;-) Thanks Ilya! DT> Since you...
42
Ged Haywood
ged@...
Jul 29, 2002 6:52 pm
Hi there, ... Very simple ones. ... I suppose it's my age. I HATE Perl's statement modifiers. And I REALLY REALLY HATE "unless". ... Like I said. ... ...
43
Rob Nagler
robnagler
Jul 30, 2002 4:25 am
... Every refactoring can be implemented in reverse. This is an important part of design by refactoring. This is the "art" of refactoring imo. The goal is...
44
chromatic
chromatic_perl
Jul 30, 2002 4:40 am
... I like this one, especially if you demonstrate that it's reversable. I only have one nitpick. ... if 'undef39; is intended to return a demonstrably false...
45
Rob Nagler
robnagler
Jul 30, 2002 5:23 am
... I hope to avoid showing the reverse of every refactoring. It maybe makes sense to show one or two explicitly. ... No, you need to check if it is undef....
46
chromatic
chromatic_perl
Jul 30, 2002 5:31 am
... That's fine. It's important to demonstrate that you don't always go in one direction. ... The bare return operator respects the calling context: sub false...
47
Ged Haywood
ged@...
Jul 30, 2002 11:40 am
Hi all, ... 73, Ged....
48
Rob Nagler
robnagler
Jul 30, 2002 1:27 pm
... Will do. ... Well, you learn something new everyday. :) Thanks! Rob...
49
Stephen Nelson
stephen_e_ne...
Jul 30, 2002 3:39 pm
I've got a few refactorings on my Perlmonks homenode: http://www.perlmonks.org/index.pl?node_id=2329 There are also references to other refactorings there. I'd...
50
Adrian Howard
ajh65537
Jul 30, 2002 6:33 pm
... [snip] Okay... here's one. (I don't have my Fowler to hand, so please excuse me if I wander off the "standard" format :-) ... TITLE: HashBecomesObject ...
51
Stephen Nelson
stephen_e_ne...
Jul 30, 2002 6:36 pm
Seconded.... I've been planning on doing that for way too long. ... [Non-text portions of this message have been removed]...
52
K.Vivekanandan
kvivek27
Sep 16, 2002 4:47 am
Dear members, I am doing research (ph.d ) in pondicherry university india. In the field of extreme programming. I am collecting data from the completed...
53
diarmuid_obriain <...
diarmuid_obr...
Dec 23, 2002 4:31 pm
I have a problem with a TCP Client I am working with. It works fine if the data on the server that is being sent to the socket has a '\r92;n' at the end of the...
54
Rob Nagler
robnagler
Dec 23, 2002 5:47 pm
... This isn't the right list for this type of question, but I'll respond anyway: while (sysread($socket, $element, 8192)) { print STDOUT $element; } The...
55
diarmuid_obriain <...
diarmuid_obr...
Dec 23, 2002 6:13 pm
Rob, Thanks, I tried this but it still doesn't work. Diarmuid...
56
Tom Brown
tbrown@...
Dec 23, 2002 7:03 pm
I think Rob's answer was backwards... e.g. the read side of things, not the write (print) side of things, but it isn't very clear where the problem lies. His...
57
Rob Nagler
robnagler
Aug 29, 2003 12:46 pm
[Note: this is a slightly different message from my mod_perl post, so skip to the end if you've read that one and want to hear a bit about the book status. --...
58
Rob Nagler
robnagler
Apr 11, 2004 4:34 pm
I finally got enough time to put my book online: www.extremeperl.org The book is evolving. I hope to finish the continuous design chapter fairly soon....
59
Sieg_Heintze
Apr 21, 2004 6:17 pm
I'm looking for a perl programming partner in the Boulder area to bop over to my home office for 10 hours a week and pair program with with me. I've been...
60
chudpi
Apr 26, 2004 9:18 pm
Rob, What would be the best way of providing you with direct feedback? I'm enjoying the book tremendously so far and would like to offer a couple of...