Skip to main content

Command Palette

Search for a command to run...

Measure Twice, Cut Once: Upstream Prerequisites - Introduction

Chapter 3 summary

Published
β€’1 min read
Measure Twice, Cut Once: Upstream Prerequisites - Introduction
P

CS post-grad | I talk about Deep Learning, AI, OS, Computer Architecture & Web.

Before you begin construction of software, you need to prepare for it.

And preparation is tailored to the specific project. The carpenter's saying, "Measure twice, cut once" is highly relevant to software development as it is in any other form of craftsmanship. Doing the most expensive part of the project twice is a bad idea.

This chapter lays groundwork for construction phase, without discussing construction directly (which will be discussed in chapter 5). Here we will discuss various prerequisites before construction.

plan discussion


Here is the chapter's layout:

  1. Importance of prerequisites: cost of not doing prerequisites
  2. Determine the kind of software you're working on: how prerequisites apply to your situation
  3. Problem-definition Prerequisites: recognize written problem statement & if it is a good foundation for construction
  4. Requirements Prerequisites: importance of clear requirements & how to handle change in requirements during construction
  5. Architecture Prerequisites: how to determine the quality of existing architecture
  6. Amount of time spent on Upstream prerequisites: time management in upstream activities (requirements, architecture, design, planning)

CodeComplete Mini-Note

Part 2 of 4

Code Complete is top recommended book each developer must read. This series describes the book in bite size summaries that are quick to read/listen, while you wait for that build of yours to complete.

Up next

Importance of prerequisites

Chapter 3 - Part 1