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/*" -not -path "*/build/*" | xargs wc -l | sort -nr | head -n14
find . -name '*.java' -not -path "*/target/*" -not -path "*/build/*" | xargs wc -l | sort -nr | awk '$1 > 500'
git rev-list --count --since="Jan 31 2022" --before="Feb 5 2022" --all --no-merges
- 📕 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
- 📕 xUnit Test Patterns: Refactoring Test Code - Gerard Meszaros
- 📕 Refactoring Databases: Evolutionary Database Design - Scott W. Ambler, Pramod J. Sadalage
- 📕 Practical Guide to Large Database Migration - Preston Zhang
- 📕 Practical Data Migration- Johny Morris
- 📕 Enterprise Patterns and MDA: Building Better Software with Archetype Patterns and UML - Jim Arlow
- 📕 Analysis Patterns: Reusable Object Models - Martin Fowler
- 📕 The Data Model Resource Book, Volume 1: A Library of Universal Data Models for All Enterprises - Len Silverston
- 📕 The Data Model Resource Book, Volume 2: A Library of Universal Data Models by Industry Types - Len Silverston
- 📕 The Data Model Resource Book: Volume 3: Universal Patterns for Data Modeling - Len Silverston, Paul Agnew
- 📕 Data Model Patterns - David C. Hay
linki powinny prowadzić do Goodreads
- 🥷 GildedRose Refactoring Kata z repozytorium https://github.com/emilybache
- 🥷 Tennis Refactoring Kata z repozytorium https://github.com/emilybache
- 🥷 Parrot Refactoring Kata z repozytorium https://github.com/emilybache
- 🥷 SupermarketReceipt Refactoring Kata z repozytorium https://github.com/emilybache
- 🥷 Theatrical Players Refactoring Kata z repozytorium https://github.com/emilybache
- 🥷 Yatzy Refactoring Kata z repozytorium https://github.com/emilybache
Idea: https://www.jetbrains.com/help/idea/viewing-structure-and-hierarchy-of-the-source-code.html