Skip to content

Commit 11a7075

Browse files
author
James Baker
authored
Update 03-foundations.md
Suggest remove to resolve #19
1 parent 659582b commit 11a7075

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

episodes/03-foundations.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ This does not mean that the computer isn't useful. Given a repetitive task, an e
3838

3939
### Beyond the Interface
4040

41-
Much of the work that you do with data may be completed through a software interface. Your archival catalog and excel spreadsheets are interfaces that allow you to view your data more easily. The data itself is organized into structures that many of you will be familiar with but is much more text heavy and may not be as simple for humans to read. The structures are simple for
42-
43-
### Data structures for computers
44-
41+
Much of the work that you do with data may be completed through a software interface. Your archival catalog and excel spreadsheets are interfaces that allow you to view your data more easily. The data itself is organized into structures that many of you will be familiar with but is much more text heavy and may not be as simple for humans to read.
42+
4543
### Plain text formats are your friend
4644

4745
Why? Because computers can process them! Structures and formats that may be easier for humans to read often cannot be read by computers.

0 commit comments

Comments
 (0)