Home
About
  • 1002: Keep Files Smaller Than You

    Mar 31, 2021 coding strategy code smell

    Think about it when you are writing your code. You do not want to deal with building-sized Filesaurus. The creature with laser-eyes, poisonous breath, invisibility, and teleportation. How To Avoid It No file is large from the beginning. All files are created empty. However, over their existence, they slowly grow. If …

    Read More
  • 1003: Follow Naming Convention

    Mar 31, 2021 coding code smell

    Each codebase is using some naming conventions. Either explicitly by following some document, or implicitly by following patterns already used. It should always look like the file was written by a single person. In the example below you can see how it should not look like: 1num_legs = 6 2wings = 2 3number_of_stings = 1 …

    Read More

Martin Majlis

Technologist, perpetual student, continual incremental improvement.
Read More

Recent Posts

  • 1002: Keep Files Smaller Than You
  • 1003: Follow Naming Convention
  • 0013: Be Aware of Bikeshedding
  • 0012: Have Confidence Boosters in your Back Pocket
  • 0011: Make Small Steps
  • 1000: Use Search-oriented Programming
  • 1001: Keep Methods Smaller Than Your Head
  • 0007: Don't Be Blocked

Tags

STRATEGY 11 TEAMWORK 8 COMMUNICATION 6 CODING 5 PRODUCTIVITY 3 CODE-SMELL 2 MORALE 2 BIAS 1

Copyright DEV RULE BOOK. All Rights Reserved