I would like to start this post with a relevant digression and then return to story design.
Early in my career, I worked in software development. Writing software and writing stories have a lot in common, although it is beyond the scope of this post to explore that in any detail. I will, however, provide a few examples along the way. In fact, here is one. The hierarchical decomposition with step wise refinement that I discussed in the last post comes straight out of software design.
Nonetheless, in the world of software development you would start with a business problem, go through a process called analysis and design, and then turn it over to programmers to write the software. The people who did analysis and design were often called analysts and they often saw the results of their analysis as the input to the programmers. If you asked an analyst when they were doing analysis and when they were doing design, they would give you an odd look because, in their minds, the two were simultaneous. But sadly, they are not, and this was probably why the first few decades of software development were characterized by massive cost over runs and abundant user dissatisfaction.
Analysis and design are two distinct activities requiring different cognitive skills that may occasionally be found in one person although that is not common. Analysis is the process of decomposing an existing phenomenon in order to understand it better. Design is the process of constructing a solution to a given set of objectives. It is generally true that if a person is good at one kind of analysis, they will be good at another kind of analysis. And if they are good at one kind of design, they will be good at another kind of design. We can consider a few examples to establish the difference between analysis and design more concretely.
Let us begin with a simple personal problem that most people can relate to - your social life is not satisfying. What do you do? Well, you begin by determining what the underlying problem is. I am going to offer a few common reasons. Your life is just not interesting enough. You don't have ways to fill your free time. You don't have enough friends. You have friends but they are not satisfying enough. In the analysis phase of this, you would examine your life closely and try to determine which of these (or something else) is the problem. The first and most crucial step in solving a problem is figuring out what the problem actually is.
Once you have identified the problem, you can take steps towards solving it. Consider how very different solutions to the problems listed above might be. Also consider how unlikely it would be to solve the problem if you were just trying different things. People often jump to solutions before understanding the problem which is a very hit or miss approach. Now let us take a more complicated example.
In this next example, we will consider a business problem. Advertising costs are going up while sales are going down. We actually have two problems here that may or may not be related. How do we find out? Well, since we are trying to better understand an existing phenomenon, analysis of the situation is required. We need to determine why advertising costs are going up and why sales are going down.
There are many reasons why advertising costs may be going up. Perhaps we are using the wrong advertising firm. Perhaps we are inefficient in reaching our target market. Similarly, there may be many reasons why sales are declining. Perhaps our products are out of date. Perhaps, we are appealing to the wrong market. Perhaps our products are too expensive or too poorly made. Perhaps it is a combination of the two. In order to find the answer, we must do some analysis of the current situation.
Once we understand the current situation, we must come up with some solutions. Solutions don't exist in the world. We need to construct them according to some set of objectives. We may look for a new advertising firm. We may try a different advertising medium. We may more carefully target our prospective buyers. If everything looks good on the advertising side, we might decide to come up with ways to improve sales. We might need to update our products. We may need to change our pricing or ad some incentives. It may be that the problem is a combination of the two and the solution is going to be more complicated.
Now let’s consider this process for a novel we are struggling with. In the case of sales and advertising there are fairly well understood places to look for problems. And the same is true for writing a story. Is there an overarching message or theme? Is it compelling? Is it clear? Are the characters interesting? Are they relatable? Is it set in the right kind of setting? Is the setting well presented? Does the plot move along at the proper pace and are things revealed to the reader to keep the reader interested?
In the advertising and sales example, we barely scratched the surface of what an expert in this area needs to know. And in the writing example, we similarly barely scratched the surface. If you are an experienced writer, you may want to make a list of things to consider. If you are less experienced, you might ask someone to read it and make suggestions. Or you may wish to read some books on writing that are written for new writers. They are full of things you need to consider. But remember, the purpose of the analysis phase is to understand the problem. The purpose of the design phase is to come up with a solution. So, let me emphasize this next point.
Don't jump to a design (solution) until you fully understand the problem.
Perhaps your protagonist is a bit flat. So, you decide to make him a wealthy playboy and get busy modifying your story accordingly. But then you decide the wealthy playboy doesn't work so you try making him a well-meaning public servant. Will this work? This is what happens when you try to solve the problem through trial and error instead of designing possible solutions and thinking them through. In the world of software, this is called prototyping and, as we shall see in the next post, it is the costliest way to find a solution. But, in understanding prototyping, we can understand something very important about writing stories. While prototyping is a costly way to proceed, sometimes it is the only way to fully understand the problem.
No comments:
Post a Comment