Skip to content

mmohammadmfallahm02/clean-code-with-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Clean Code with Dart

This repository contains solutions to exercises from the book Clean Code by Robert C. Martin, implemented in Dart. It serves as a collection of practical examples for applying clean code principles to Dart programming. The exercises are organized by season, and each season folder contains individual problems, showcasing best practices like code readability, simplicity, and maintainability.

To get started with the repository, clone it to your local machine and explore the exercises for each season. You can run the Dart code directly after setting up your Dart environment. If there are tests for the exercises, they can be run using the Dart test package.

Structure

The repository is organized into folders, with each folder representing a season from the Clean Code book:

  • season-10/: Contains exercises from season 10.
  • season-11/: Contains exercises from season 11.
  • And so on...

Each folder contains subfolders for individual exercises.

Setup

To use the code:

  1. Install Dart by following the instructions at Dart Installation Guide.
  2. Clone the repository:

git clone https://github.com/mmohammadmfallahm02/clean-code-with-dart.git

  1. Navigate to any exercise folder and run the Dart code.

Running Tests

To run any available tests, follow these steps:

  1. Install dependencies:

dart pub get

  1. Run the tests:

dart test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages