Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Is there any point to an interface if only one class implements it?

How do I convert a method's local variable or expression to a method parameter using Eclipse?

java eclipse refactoring

Replacing class name in serialized data

How to refactor this duplicated LINQ code?

c# linq refactoring

Error: Could not find or load main class cucumber.cli.Main

How to divide a large Java project into smaller components

java refactoring

How to avoid nested "with" statements when working with multiple files in Python

Refactoring methods that use the same code but different types

java refactoring

How better refactor chain of methods that can return null in java?

I can't delete a method using eclipse refactoring?

eclipse refactoring

One parameter or many

Tool to refactor "with" blocks

Logically yet illegaly uninitialized variable in Rust

enums rust refactoring

Why refactor argument of List<Term> to IEnumerable<Term>?

eclipse refactoring: move multiple static methods and/or fields

java eclipse refactoring

Is there a "right" way to do inheritance in JavaScript? If so, what is it?

If you change code that has a unit test against it, which do you change first?

refactoring tdd

Truncate a string nicely to fit within a given pixel width

FluentValidation NotEmpty and EmailAddress example

Magic strings in ASP.NET MVC