Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > A Special Thanks

Reply
Thread Tools

A Special Thanks

 
 
norseman
Guest
Posts: n/a
 
      04-21-2009

I'm one of those that tries to get an outline of the project and then
puts in code as things become clear. Once the basics are working
reasonably I go back and organize the thing for maintainability. Then
finish flushing it out. It is the one stage I dread the most.

Why not organize it up front? Because I don't always have the whole pie
at the outset.

In changing to Python I had a bigger learning curve than I realized at
the start. When I finally got my "pieces" accomplishing what I wanted
it became time to start looking at its structure.

I did the cut and paste into a followable form and ran the basic to
check for the usual errors, omissions and outright flaws. This was a
major reorganization.

IT RAN FLAWLESSLY THE FIRST TRY! UNBELIEVABLE! (at least for me)

To all those that did the original and the fixes and the tweaks to get
Python to this level (2.5.2) I must say WELL DONE!
I offer a sincere THANK YOU!!!

OH - I will still mumble, grumble and have fits when it doesn't do what
I want the way I want - BUT it will be with a backdrop of great respect.

As for the very active Python community support - I thank you too.


Steve

 
Reply With Quote
 
 
 
 
Aahz
Guest
Posts: n/a
 
      04-21-2009
In article <>,
Nick Craig-Wood <> wrote:
>
>Python also converted me to using unit tests. If you add unit tests
>into your methodology above then when you re-organize (or refactor to
>use the modern jargon) the code you can be 100% sure that you didn't
>break anything which is a wonderful feeling.


Not quite: you can be 100% sure you didn't break anything you had
appropriate tests for. If you use pure TDD (test-driven development),
you can be pretty close to 100% comfortable, but my impression is that
few people do pure TDD.
--
Aahz () <*> http://www.pythoncraft.com/

"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur." --Red Adair
 
Reply With Quote
 
 
 
 
Fuzzyman
Guest
Posts: n/a
 
      04-21-2009
On Apr 21, 3:52*pm, a...@pythoncraft.com (Aahz) wrote:
> In article <slrnguqvne.eol.n...@irishsea.home.craig-wood.com>,
> Nick Craig-Wood *<n...@craig-wood.com> wrote:
>
>
>
> >Python also converted me to using unit tests. *If you add unit tests
> >into your methodology above then when you re-organize (or refactor to
> >use the modern jargon) the code you can be 100% sure that you didn't
> >break anything which is a wonderful feeling.

>
> Not quite: you can be 100% sure you didn't break anything you had
> appropriate tests for. *If you use pure TDD (test-driven development),
> you can be pretty close to 100% comfortable, but my impression is that
> few people do pure TDD.


Few is obviously a relative term. Amongst some of the circles I move
in it is genuinely most - but a lot of them are using C#. The Python
community, whilst having a strong testing culture, seems to be a bit
behind the times with TDD.

*Personally* it has changed the way I develop dramatically; and
despite the name is much more about the way you approach design than
purely for the sake of tests.

But there you go.

Michael Foord
--
http://www.ironpythoninaction.com/

> --
> Aahz (a...@pythoncraft.com) * * * * * <*> * * * *http://www.pythoncraft.com/
>
> "If you think it's expensive to hire a professional to do the job, wait
> until you hire an amateur." *--Red Adair


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Special thanks to Lem (Re: Connected ... but am I secure?) tempgal Wireless Networking 1 07-21-2007 03:07 AM
Cakewalk Pro Audio 9 (running problem) [THANKS] [ MORE THANKS] con't beenthere Computer Support 2 09-07-2006 08:58 AM
Special editions and Deluxe special edition dvd question. Rclrk43 DVD Video 8 12-29-2004 07:32 PM
Thanks, thanks a lot Rick Computer Support 0 05-05-2004 04:04 AM
A Special Thanks Frogiswrong Digital Photography 0 10-23-2003 12:54 AM



Advertisments