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
  • 0013: Be Aware of Bikeshedding

    Mar 18, 2021 strategy bias productivity teamwork coding

    Law of triviality is C. Northcote Parkinson's 1957 argument that people within an organization commonly or typically give disproportionate weight to trivial issues. "The time spent on any item of the agenda will be in inverse proportion to the sum [of money] involved." A reactor is so vastly expensive and …

    Read More
  • 0012: Have Confidence Boosters in your Back Pocket

    Mar 17, 2021 strategy productivity morale

    Every day may not be good. Sometimes when you get stuck, nothing works as expected, your morale and self-confidence may get low. It could happen to everybody, and it is completely fine. You should not, however, stay in this state for too long. To bounce back you should know what works for you. One such thing could be …

    Read More
  • 0011: Make Small Steps

    Mar 16, 2021 strategy productivity morale

    Finishing a task is a daunting challenge. It is not easy to figure out where to start, not to lose direction, and get to the finish. You can apply this rule on different levels. You can divide large work items into smaller tasks. You can split single routine into many smaller ones. Tasks Splitting large task into …

    Read More
  • 1000: Use Search-oriented Programming

    Feb 12, 2021 coding strategy

    The idea of search-oriented programming is based on two premises: Every useful class, method, or attribute has been used at least once. If nobody is using it, do not use it either. Every line in mature software has been checked by multiple people. Therefore every class, method, or variable has a descriptive and …

    Read More
  • 1001: Keep Methods Smaller Than Your Head

    Feb 11, 2021 coding strategy

    Discussions about ideal function lengths are never-ending. My rule of thumb is that the ideal function should fit into your head. If it is longer, it will not fit there, and therefore you cannot reason about it. To determine if the function is too long, place your head next to the screen, and compare its length with …

    Read More
  • 0010: Multitask With Caution

    Feb 10, 2021 teamwork strategy

    Working on multiple tasks is decreasing your chance that you will be blocked and increasing the chance that you will become a blocker. Furthermore, every task you are working on is adding additional cost required by context switching. In the most extreme case, you may spend all your day just context switching and not …

    Read More
  • 0004: It Is Teamwork

    Feb 7, 2021 strategy communication teamwork

    Creating software systems requires cooperation of many people. It is important to observe other people to learn about their role, motivations, strengths, and weaknesses. Related Be open 0003: Ship Stuff Be Open: 0005

    Read More
  • 0001: Simply Start

    Feb 6, 2021 strategy

    Starting is the most important step for finishing anything. Without a start, there is no finish. Do not be afraid to start. Where to Start There is a lot of uncertainty at the beginning that could be overwhelming. Do not get overwhelmed and create a list of potential first tasks. These tasks will differ by their …

    Read More
  • 0002: Start Simply

    Feb 6, 2021 strategy

    Starting with the simple version allows you to better understand the problem. Start with the main workflow. Each problem can be divided into multiple problems based on their certainty. Start with the most certain part. Related simply start Conflicting understand requirements 0001: Simply Start Ship Stuff: 0003 …

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

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