https://github.com/mannuelf/refactoring-book
Once I've experienced coding the examples this repository will become a reference repo. 👾
https://github.com/mannuelf/refactoring-book
coding-standards refactoring
Last synced: about 2 months ago
JSON representation
Once I've experienced coding the examples this repository will become a reference repo. 👾
- Host: GitHub
- URL: https://github.com/mannuelf/refactoring-book
- Owner: mannuelf
- Created: 2022-11-15T06:01:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T07:10:55.000Z (over 3 years ago)
- Last Synced: 2025-03-12T11:32:00.867Z (over 1 year ago)
- Topics: coding-standards, refactoring
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refactoring 2nd Edition
Example code re-written for my education purposes from "Refactoring - Improving the design of existing code by Martin Fowler"
## Run the code
```bash
deno run --allow-all ./main.ts
```
## Read the Pull requests
They are like bread crumb of all refactoring.
[Read closed PRs](https://github.com/mannuelf/refactoring-book/pulls?q=is%3Apr+is%3Aclosed)
[Buy it here](https://www.informit.com/store/refactoring-improving-the-design-of-existing-code-9780134757599)

[www.mannuelferreira.com](https://mannuelferreira.com)
