Repozytorium dodatków do skrzynki narzędziowej LF. Znajdują się tu:
Uwaga! Korzystanie z poniższych skryptów może wymagać dopasowania do twojej technologii lub systemu operacyjnego...
git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10
find . -name '*.java' -not -path "*/target/*" | xargs wc -l | sort -nr | head -n14
find . -name '*.java' -not -path "*/target/*" | xargs wc -l | sort -nr | awk '$1 > 500'
- 📕 Refactoring: Improving the Design of Existing Code - Martin Fowler, Kent Beck
- 📕 Working Effectively with Legacy Code - Michael C. Feathers
- 📕 Your Code as a Crime Scene: Use Forensic Techniques to Arrest Defects ... - Adam Tornhill
- 📕 Software Design X-Rays: Fix Technical Debt with Behavioral Code Analysis - Adam Tornhill
- 📕 The Mikado Method - Ola Ellnestam, Daniel Brolund
linki powinny prowadzić do Goodreads