Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saleem-hadad/refactoring-lab
πΆβπ«οΈ A collection of codes with tests where you can practice improving them and submit better versions
https://github.com/saleem-hadad/refactoring-lab
code coding csharp improve-skills kata nodejs php refactoring
Last synced: 8 days ago
JSON representation
πΆβπ«οΈ A collection of codes with tests where you can practice improving them and submit better versions
- Host: GitHub
- URL: https://github.com/saleem-hadad/refactoring-lab
- Owner: saleem-hadad
- License: mit
- Created: 2023-08-02T10:38:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T09:53:49.000Z (about 1 year ago)
- Last Synced: 2024-10-12T11:09:49.118Z (24 days ago)
- Topics: code, coding, csharp, improve-skills, kata, nodejs, php, refactoring
- Language: PHP
- Homepage: https://saleem.dev
- Size: 132 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RefactoringLab
A collection of codes with tests where you can practice improving them and submit better versions
Welcome to RefactoringLab, a repository dedicated to improving coding skills through refactoring challenges. Here, you'll find a collection of poorly written code snippets accompanied by tests. Your task is to refactor the code to make it more efficient, readable, and maintainable while ensuring that the tests still pass.
## Challenges
- [php](./php)
- - [sms-template-detector](./php/sms-template-detector)
- [js/nodejs](./js)
- - [object-to-json-object](./js/object-to-json-object)
- c# (Coming soon)
- go (Coming soon)## Getting Started
1. Fork this repository and clone it.
2. Choose a code snippet you'd like to work on for your fav. language.
3. Refactor the code while making sure the tests in the "tests" directory still pass.
4. If the tests pass and you're satisfied with your changes, submit a pull request.Happy refactoring!
## Get $200 DigitalOcean Credit
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://www.digitalocean.com/?refcode=64aee93d49da&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
## Contributions
Feel free to submit pull requests, create issues, or spread the word.
## π License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/saleem-hadad/finance/blob/main/LICENSE) file for details.