https://github.com/janko/refactoring_practice
https://github.com/janko/refactoring_practice
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janko/refactoring_practice
- Owner: janko
- Created: 2019-10-08T18:11:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T07:49:29.000Z (over 5 years ago)
- Last Synced: 2025-03-16T03:11:07.495Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refactoring Practice
This Rails app has been intentionally designed in a way that there are areas for
improvement. It's your mission to find this places and refactor them.
Files of interest:
* `db/schema.rb`
* `app/controllers/application_controller.rb`
* `app/controllers/sessions_controllers.rb`
* `app/controllers/webhooks_controller.rb`
* `app/models/account.rb`
* `app/models/webhook.rb`
* `app/jobs/notification_job.rb`
* `app/services/visit_counter.rb`