diff --git a/CMakeLists.txt b/CMakeLists.txt index 4304d97f4e322e269f19c1d7558f5c0c49913602..42ce097867e992591c567f3d0ebf0327b77dc003 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.26) -project(02_ifm_refactoring) +project(02_ifm1_refactoring-challenge) set(CMAKE_CXX_STANDARD 17) diff --git a/README.md b/README.md index 79fcae8fe5849ab2b4aaee5f9c56da53ee40712b..17062a8c4c6712f98694d7c2c3c7df58b20c833d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Refactoring Challenge 1. Look at the code in `fl.cpp` -2. Use the refactoring-techniques from the lecture. -3. Find out, what the function `fl` does. Try to write down a specification. +1. See, how `fl` is used in the main-function +1. Run the main method +1. Use the refactoring-techniques from the lecture. +1. Find out, what the function `fl` does. Try to write down a specification.