Skip to content

Commit 925ff21

Browse files
committed
Update refactoring
1 parent 2fc5324 commit 925ff21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ About senior engineers:
663663
- [How To Write Unmaintainable Code](https://github.com/Droogans/unmaintainable-code/blob/master/README.md)
664664
- [kettanaito/naming-cheatsheet](https://github.com/kettanaito/naming-cheatsheet): : comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.
665665
- 🧰 [Quality Engineering Guides](https://qeunit.com/guides/)
666-
- [Refactoring with Codemods to Automate API Changes](https://martinfowler.com/articles/codemods-api-refactoring.html), martinfowler.com
666+
- [What Makes Code Hard To Read: Visual Patterns of Complexity](https://seeinglogic.com/posts/visual-readability-patterns/)
667667

668668
### Communication
669669

@@ -1679,6 +1679,7 @@ JavaScript is such a pervasive language that it's almost required learning.
16791679
- [Tripping over the potholes in too many libraries](https://blog.carlmjohnson.net/post/2020/avoid-dependencies/)
16801680
- [Build It Yourself](https://lucumr.pocoo.org/2025/1/24/build-it-yourself/)
16811681
- It's 2025 and it's faster for me to have ChatGPT or Cursor whip up a dependency free implementation of these common functions, than it is for me to start figuring out a dependency.
1682+
- [Refactoring with Codemods to Automate API Changes](https://martinfowler.com/articles/codemods-api-refactoring.html), martinfowler.com
16821683

16831684
### Regex
16841685

0 commit comments

Comments
 (0)