Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Add examples to the description
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Dec 6, 2023
1 parent 56160cb commit 39c3c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Standardize the refactoring process.
The project is aimed to provide a framework for the entire process of refactoring Python projects
from the very beginning to the very end:
- analyze the project,
- create a refactoring roadmap,
- create a delivery plan,
- create a refactoring roadmap (like https://github.com/CERT-Polska/malduck/issues/110, but with more details available as a specialized document),
- create a delivery plan (like in the issue above),
- apply automatic fixes and commit them in reviewable chunks with meaningful descriptions,
- leave the rest for manual work,
- create a PR.
- create a PR (like https://github.com/CERT-Polska/malduck/issues/111).

Created to accomplish https://github.com/jaraco/skeleton/issues/98 and personal use to raise awareness of best practices across the global Python community.

Expand Down

0 comments on commit 39c3c93

Please sign in to comment.