From 3ac26811331f0501cba2d04d6fa2981047b8e973 Mon Sep 17 00:00:00 2001 From: Peter Fichtner <1958485+pfichtner@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:27:33 +0100 Subject: [PATCH] link to "Data Clumps" added --- _learning_hours/refactoring/parallel_change.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_learning_hours/refactoring/parallel_change.md b/_learning_hours/refactoring/parallel_change.md index 6e57c17..eb2b4dd 100755 --- a/_learning_hours/refactoring/parallel_change.md +++ b/_learning_hours/refactoring/parallel_change.md @@ -35,7 +35,7 @@ Reference - Danilo Sato has published [an article](https://martinfowler.com/blik ### Concrete: Code Review Ask everyone to take a look at this code: [Bingo Refactoring Kata](https://github.com/sammancoaching/Bingo-Refactoring-Kata). What code smells do they see (regardless of whether they can name them or not)? What would be a better structure? -You are hoping they will spot that there are data clumps and [Primitive Obsession](/code_smells/primitive_obsession.html) - in particular these primitives: +You are hoping they will spot that there are [Data Clumps](/code_smells/data_clumps.html) and [Primitive Obsession](/code_smells/primitive_obsession.html) - in particular these primitives: String[][] cells boolean[][] marked @@ -59,4 +59,4 @@ While the first parallel change focuses on swapping the internal data structure # Acknowlegements -This learning hour was first published elsewhere: [Parallel Change](https://github.com/atruvia/samman-coaching-website/blob/lh-additions/_learning_hours/refactoring/parallel-change.md) \ No newline at end of file +This learning hour was first published elsewhere: [Parallel Change](https://github.com/atruvia/samman-coaching-website/blob/lh-additions/_learning_hours/refactoring/parallel-change.md)