Skip to content

Code refactoring is the process of restructuring existing computer code without changing its external behavior. Learn how and why in this session.

Notifications You must be signed in to change notification settings

haakonmb/clean-code

 
 

Repository files navigation

Refactoring and clean code

Code refactoring is the process of restructuring existing computer code without changing its external behavior. Learn how and why in this session.

Focus of this lesson

This lesson is oriented around teaching you how to refactor and write clean code in Java. In order to get the most out of the lesson basic programming skills are required.

What you need

How to get started

  • Start by cloning this repository into a folder on your computer. If you've never used git before, you can alternatively use the the "Download ZIP" button to the right.
  • Although you have this README.md file on your computer it's easier to read it on GitHub, so we recommend you keep this page open with the exercise tasks.

Exercises

This repository contains a set of exercises organized in folders. Each folder contains a README.md describing the exercise:

Helpful resources

About

Code refactoring is the process of restructuring existing computer code without changing its external behavior. Learn how and why in this session.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%