clean-code icon indicating copy to clipboard operation
clean-code copied to clipboard

DSA, TDD, and Software Design principles implementation

Clean Code

Implemented with :heart: in Java

Content

  • Design Patterns
  • SOLID Principles
  • TDD Katas
  • Data Structures
  • Algorithms

Installation 🔌

  1. Press the Fork button (top right the page) to save copy of this project on your account.

  2. Download the repository files (project) from the download section or clone this project by typing in the bash the following command:

    git clone https://github.com/HouariZegai/clean-code.git
    
  3. Import the repository in Intellij IDEA or any other IDE.