https://github.com/whoabhisheksah/movie_refactoring_example
Refactoring: Martin Fowler Chapter 1
https://github.com/whoabhisheksah/movie_refactoring_example
Last synced: 3 months ago
JSON representation
Refactoring: Martin Fowler Chapter 1
- Host: GitHub
- URL: https://github.com/whoabhisheksah/movie_refactoring_example
- Owner: whoAbhishekSah
- Created: 2019-07-29T15:24:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T15:08:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T15:28:35.365Z (4 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie_Refactoring_Example [](https://travis-ci.org/whoAbhishekSah/Movie_Refactoring_Example)
This is a walk through of the book Refactoring : Martin Fowler### Requirements:
* Java Version 12.0.2
* Maven 3.6.1### Installation:
* Build Project
```
$ mvn package
```