Skip to content
Snippets Groups Projects
Commit b32eecc3 authored by Kai Renz's avatar Kai Renz
Browse files

Feature: Changed instructions and Project Name

parent f8b3e0a7
Branches
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.26)
project(02_ifm_refactoring)
project(02_ifm1_refactoring-challenge)
set(CMAKE_CXX_STANDARD 17)
......
# 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment