The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Prefactoring

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Avery

Posts: 1206
Nickname: james615
Registered: Sep, 2003

James Avery is a .NET pimp
Prefactoring Posted: Oct 5, 2005 7:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by James Avery.
Original Post: Prefactoring
Feed Title: .Avery Blog
Feed URL: /blog/Install/BlogNotConfiguredError.aspx
Feed Description: .NET and everything nice
Latest .NET Buzz Posts
Latest .NET Buzz Posts by James Avery
Latest Posts From .Avery Blog

Advertisement

I showed this book to Dave at work the other day and we had a good chuckle…. There is already a term for prefactoring, it’s called design. Oh, and when you describe refactoring as:

“More often than not, developers will stop a large project in the middle of the build stage to rethink and recode the software design so it's cleaner and more efficient. Known as "refactoring," this process eats up valuable time and money. “

You really don’t understand refactoring in the first place. What the author is describing is re-design. Refactoring can be simply explained as:

“ Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior.  Its heart is a series of small behavior preserving transformations.  “ – refactoring.com

Which when used with TDD it eats up neither time nor money. I see Darrell is equally horrified.

-James

Read: Prefactoring

Topic: Service Oriented Weakness Previous Topic   Next Topic Topic: Vengo da un quiz lontano

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use