Skip to content

Commit d93dac1

Browse files
authored
Update 03-foundations.md
Line 35 - "Knowing the structure of the interface..." was not bold. There was one space too much.
1 parent 5a52817 commit d93dac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/03-foundations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To summarize the brainstorming session that we had in the last episode, data are
3232
This does not mean that the computer isn't useful. Given a repetitive task, an enumerative task, or a task that relies on memory, it can produce results faster, more accurately, and less grudgingly than you or I. Rather when I say that you should keep in mind that the computer is stupid, I mean to say that computer only does what you tell it to. If it throws up an error it is often not your fault, rather in most cases the computer has failed to interpret what you mean because it can only work with what it knows (ergo, it is bad at interpreting). This is not to say that the people who told the computer what to tell you when it doesn't know what to do couldn't have done a better job with error messages, for they could. So keep in mind as we go along that if you find an error message frustrating, it isn't the computer's fault that it is giving you an archaic and incomprehensible error message, it is a human person's.
3333

3434
- **The correct language to learn is the one that works in your local context**. There truly isn't a best language, just languages with different strengths and weaknesses, all of which incorporate the same fundamental principles;
35-
- **Knowing the structure of the interface that you are using will assist you in learning **. Databases and computer systems can seem opaque. Knowing what data structures they were built to support can help you to troubleshoot
35+
- **Knowing the structure of the interface that you are using will assist you in learning**. Databases and computer systems can seem opaque. Knowing what data structures they were built to support can help you to troubleshoot
3636
- **Automate to make the time to do something else!** Taking the time to gather together even the most simple programming skills can save time to do more interesting stuff! (even if often that more interesting stuff is learning more programming skills ...)
3737
- **Understanding the interface can help you to communicate with developers and engineers** Taking the time to gather together even the most simple programming skills can help you to better communicate your needs to developers.
3838

0 commit comments

Comments
 (0)