Skip to content

Commit 5862623

Browse files
committed
Fix two typos
1. "They" -> "Then" (there was never other people mentioned in he text, so "they" makes so sense" 2. "Experiements" -> "Experiments"
1 parent 23bbd2e commit 5862623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-Beginner/Personal-Skills/11-How to Learn Design Skills.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
To learn how to design software, study the action of a mentor by being physically present when they are designing. Then study well-written pieces of software. After that, you can read some books on the latest design techniques.
44

5-
Then you must do it yourself. Start with a small project. When you are finally done, consider how the design failed or succeeded and how you diverged from your original conception. They move on to larger projects, hopefully in conjunction with other people. Design is a matter of judgement that takes years to acquire. A smart programmer can learn the basics adequately in two months and can improve from there.
5+
Then you must do it yourself. Start with a small project. When you are finally done, consider how the design failed or succeeded and how you diverged from your original conception. Then move on to larger projects, hopefully in conjunction with other people. Design is a matter of judgement that takes years to acquire. A smart programmer can learn the basics adequately in two months and can improve from there.
66

77
It is natural and helpful to develop your own style, but remember that design is an art, not a science. People who write books on the subject have a vested interest in making it seem scientific. Don't become dogmatic about particular design styles.
88

9-
Next [How to Conduct Experiements](12-How to Conduct Experiments.md)
9+
Next [How to Conduct Experiments](12-How to Conduct Experiments.md)

0 commit comments

Comments
 (0)