Stories recently tagged with 'Refactoring'

Strive for Functional Cohesion(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2589) 2 years, 4 months ago

Today, I came across a random class at the bottom of a file (you do have one class per file, don’t you?). This class had one static, readonly member on it, which was a regular expression used to determine whether or not an address was a post office box. read more...

4 comments |category: |Views: 280

tags: another

Refactoring Techniques: Learning the Wrap Method(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 6 months ago

Taking a look at the Wrap Method refactoring technique outlined in detail in Working Effectively with Legacy Code. We will walk though this technique and take a look at how it can help you to create better and more maintainable code. read more...

add a comment |category: |Views: 393

tags: another

Refactoring Series – Part 5 – Some Real World Refactoring(codingefficiency.com)

submitted by codeffcodeff(155) 2 years, 6 months ago

In part five of my refactoring series I made some real world refactoring. I refactored the database schema update of the open source project “Personal Task Manager” which is available at SourceForge. read more...

add a comment |category: |Views: 8

tags: another

The Dynamic Programmer - Using tests as a learning tool(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 3 years ago

How to leverage test to learn new api's and as a refactoring tool. read more...

add a comment |category: |Views: 6

tags: another

Refactoring Service Dependencies to Separated Interface (devlicio.us)

submitted by dcarrdcarr(790) 3 years, 1 month ago

Fantastic article by Billy McCafferty on content you already know... Don't you?? This covers some of the core points that any modern developer simply must know if they want to be taken seriously on all but the most trivial projects. read more...

add a comment |category: |Views: 39

tags: another

ReSharper 4.01 RC1 Released! Also See each Dev « ubiquitous fluency(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 5 months ago

Here is a love letter to ReSharper. All the devs are show, and today we got RC1 for the 4.01 release. NICE! read more...

1 comment |category: |Views: 16

tags: another

F# vs. C#: refactoring in parallel and generics(tryingthisagain.com)

submitted by mrkurtmrkurt(280) 3 years, 9 months ago

In an attempt to avoid out parameters (which suck) in C#, I refactored a bit of contrived code to bury them elsewhere. I also worked on the equivalent F# code, and found more things about C# that may or may not suck. read more...

add a comment |category: |Views: 158

tags: another

Stop Refactorbating or You'll Go Blind!(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

A new term for the developer lexicon: Refactorbation. read more...

add a comment |category: |Views: 1

tags: another

Speed Coding with Regionerate, GhostDoc & Visual Studio's Refactoring(rauchy.net)

submitted by rauchyrauchy(455) 4 years, 2 months ago

A short screencast I created that demonstrates how I use free productivity enhancers such as GhostDoc, Regionerate and Visual Studio's built-in refactoring tools. read more...

add a comment |category: |Views: 41

tags: another

Refactoring towards a DRY, fluent interface(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 5 months ago

In my current project, I have an application service that is used to make various modifications to a shopping cart, like adding cart items, applying discounts, changing quantities, etc. Well as this service class evolved, the methods were starting to look like this... read more...

add a comment |category: |Views: 10

tags: another

Refactoring Tools for Java and .NET(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 6 months ago

Refactoring is the process of changing a software system in such a way that it does not alter the external behavior and result of the code yet improves its readability and internal structure. Object oriented developers recognize the value of refactoring working code. Until recently good tools have not been available. This list contains Refactoring tools and IDEs features Refactoring support. read more...

add a comment |category: |Views: 113

tags: another

Free refactoring tool for ASP.Net and Visual Studio - Must See!(community.devexpress.com)

submitted by cycnuscycnus(130) 4 years, 6 months ago

Developer Express released a free version of their refactoring tools for ASP.Net. There are also links to a funny screencast and to an article with many screenshots in the blog entry. read more...

add a comment |category: |Views: 46

tags: another

Creating Composite View Components In MonoRail / Refactoring Exercise(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 8 months ago

In a previous post, I showed some examples of how to create custom view components in MonoRail and touched on the ability to create composite view components. Since then I've refactored towards the use of interfaces which I think is a cleaner approach, so I thought I'd share. read more...

add a comment |category: |Views: 13

tags: another

Refactoring, Improving the Design of Existing Code(en.csharp-online.net)

submitted by HyleHyle(2755) 4 years, 11 months ago

Read a review of this modern classic book by Martin Fowler of UML Distilled fame. Excerpt: Refactoring is a risky procedure that dates back to the advent of the SmallTalk programming language. But, it has since spread to all modern languages; and, it is considered critical in framework and class library development—because a framework is never right on the first iteration. Whether refactoring as a discipline is a workable practice is controversial. Adherents lobby for more disciplined restructuring and testing while doubters claim real life refactoring is impractical and tricky. read more...

add a comment |category: |Views: 4

tags: another

Refactor the code before you write it(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 2 months ago

Have you ever heard the saying “If you don’t know where to look, don’t look at all”? Think about this saying and coding. If a piece of code somewhere in the system is causing an error, don’t split the whole thing apart to find it. Know where to look for it before you cause even more damage. read more...

add a comment |category: |Views: 0

tags: another

Refactoring Competition(devlicio.us)

submitted by jhol3990jhol3990(495) 5 years, 2 months ago

Bill McCafferty is running a weekly competition with a prize of a book and CodeIt.Once Refactoring tool 3-User license pack! Check it out,code away and win. read more...

add a comment |category: |Views: 4

tags: another