Have you ever tried to find the root of a problem instead of constantly fighting the consequences? When we work...
Read More






wlodek-krakowski
refactoring-workshop-barcelona-en-2
free-refactoring-courses-vlog
implement-faster
clean-code-refactoring-courses
it-train-wlodek-krakowski
Refactoring to Clean Code
Do you want to achieve the results of your work faster?
I will teach you how to save time & money by keeping your code clean,
easy to read and easy to change.
How to refactor tests towards fluent assertion pattern?
By Wlodek Krakowski
/ 23 July 2020
What are Clean Tests? The Clean Code rules apply equalfly to the production code and the test code. So do...
Read More
How to change procedural code into object-oriented one?
By Wlodek Krakowski
/ 25 June 2020
What style should Clean Code be written in? Clean Code is not always object-oriented. Sometimes it will be written in...
Read More
Why Pyramid structure supports Refactoring?
By Wlodek Krakowski
/ 5 March 2020
If you haven't read the blogs about history of Refactoring Pyramid that help to keep Clean Code read below articles...
Read More
How to promote Clean Code within Scrum/Kanban process?
By Wlodek Krakowski
/ 7 August 2019
This time I would like to take a look at how teams support code quality in their software development processes....
Read More
How SOLID Principles support refactoring?
By Wlodek Krakowski
/ 9 July 2019
This article complements the subject of cleaning code by explaining connections between the Refactoring Pyramid and Uncle Bob's SOLID principles....
Read More
How to clean code according to refactoring pyramid?
By Wlodek Krakowski
/ 16 June 2019
In this post I would like to show you “Refactoring Pyramid in Practice” to clean your code. In order to...
Read More
How Pyramid of Refactoring was disovered?
By Wlodek Krakowski
/ 28 May 2019
General principles, patterns - at one side allow us to tidy up knowledge, use common approach when solving certain kind...
Read More
Why code refactoring gives all kind of balance?
By Wlodek Krakowski
/ 5 August 2018
Competitive refactoring definition Refactoring is nothing more than a way and a technique to keep the balance enabling the continuation...
Read More
Team’s autonomy by example
By Wlodek Krakowski
/ 22 May 2018
Recently I wrote an article about autonomy in a nutshell. It is based on setting up boundaries of responsibilities between...
Read More
Team’s Autonomy
By Wlodek Krakowski
/ 14 April 2018
In case of struggling with care for code quality (most likely with lack of time to do this) then high...
Read More
What drives a team to continue refactoring to Clean Code?
By Wlodek Krakowski
/ 13 May 2017
Hierarchy impedes team empowering Some time ago I wrote a post on introducing code refactoring sessions to the team. For...
Read More
How to begin refactoring code in a team?
By Wlodek Krakowski
/ 3 December 2016
Quality Dream It seems obvious that each team would like to have source code that is quick to readunderstandmodifyextend I...
Read More