-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
First, solve the problem. Then, write the code. | ||
Fix the cause, not the symptom. | ||
Simplicity is the soul of efficiency. | ||
Good design adds value faster than it adds cost. | ||
In theory, theory and practice are the same. In practice, they�re not. | ||
There are two ways of constructing a software design. | ||
One way is to make it so simple that there are obviously no deficiencies. | ||
And the other way is to make it so complicated that there are no obvious deficiencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
First, solve the problem. Then, write the code. | ||
Fix the cause, not the symptom. | ||
Simplicity is the soul of efficiency. | ||
Good design adds value faster than it adds cost. | ||
In theory, theory and practice are the same. In practice, they’re not. | ||
There are two ways of constructing a software design. | ||
One way is to make it so simple that there are obviously no deficiencies. | ||
And the other way is to make it so complicated that there are no obvious deficiencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The best error message is the one that never shows up. | ||
You Learn More From Failure Than From Success. | ||
The purpose of software engineering is to control complexity, not to create it |