Blog
  • devcrisis
  • ๐Ÿ”ฎSoftware atoms
    • Validating code Architecture with dependency cruiser
    • Actionable ways to use ChatGPT
    • Most courses aren't worth it
    • SQLite isโค๏ธ
    • Stabilizing Tests without fixing them
    • Interviews should copy Advent of Code
    • Rust is nice
    • Agile fatigue is rising
    • Documentation is needed after all
    • The Direction of the JS ecosystem is good
    • Zero configuration == <3
    • Make small pull requests
    • Good practices fade out
    • Rushing !== unmaintainable
    • Commit message readability
    • Universal Practices
    • More functions == good
    • Mocking Private Functionality
    • Lines of code != feature count
    • Different Software - Different Quality
    • junior2mid
    • Book alternatives
    • Courses
    • Type Driven Development
    • Latest and Greatest
    • Real Developers
    • 10x Developer
    • Books for beginners 1
    • Parkinson's Law
    • nest-cli architecture is nice
    • Incremental Feature Delivery
    • Self Healing Software
      • Typed Configuration
  • ๐Ÿ’กMemos
    • 2022 Holiday code report
    • Complexity
    • Software Development Fundamentals
  • ๐Ÿงฑfoundation
    • Junior2Mid
    • Books and resources for new developers
    • ๐Ÿ”๏ธNow
Powered by GitBook
On this page
  1. Software atoms

Good practices fade out

๐Ÿ˜” Sadly good practices tend to fade out.

If you have small commits you can easily locate errors.

๐Ÿ˜Š You won't have this pain for a while because you are doing the right thing.

You will forget you ever had it at all and your commits will become bigger.

Until they are so big you can't debug! ๐Ÿ˜”

๐Ÿ’ก That is why you should either automate the check or include the git commits as part of the code review.

PreviousMake small pull requestsNextRushing !== unmaintainable

Last updated 2 years ago

๐Ÿ”ฎ