Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 843 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 843 Bytes

Bad Smells Code

Are common problems in software design and it were created by Martin Fowler and Kent Beck. To a better description read the book "Refactoring: Improving the Design of Existing Code".

In this repository I'll describe one by one during my studies.

How to use this examples?

You'll need to install git, docker and docker-compose, after installed it you should use the commands below:

git clone [email protected]:viniciusalonso/bad-smells-code.git
cd bad-smells-code/
docker-compose build

Install dependencies from composer.json

docker-compose run web composer install

Run tests suite

docker-compose run web ./vendor/bin/phpunit