5. The beginning of software engineering

Joone Hur
F/OSS Comics
Published in
4 min readDec 12, 2022

Note: these comics were originally written in Korean and translated into English If you find any errors or mistakes in these comics, please leave your comments below.

Until the 1960s, hardware was the main focus of computer engineering. Computers and peripheral devices were large machines that filled big rooms, they were costly and required manpower to operate. Unlike today, software back then was not a separate field of engineering or science.

A drawing of Honeywell mainframe. A woman is reading instructions.
“Installation done!” “Hmm, how can I program it?”

Mathematicians were involved in the invention of early computers so it was easy for students majoring in mathematics to approach computer programming in the early days.

A student is solving a math equation.
“When you do math calculations on a newly introduced computer, you will get results quickly.”

People who majored in science or engineering learned programming because they could do mathematical calculations and various experiments with computers that were previously done manually. Some of them fell in love with programming and changed their jobs as programmers.

It’s more fun than math”

Dennis Ritchie, creator of C and Unix, originally studied physics and applied mathematics in university.

Margaret Hamilton, participated in the Apollo 11 mission in the 1960s and developed the lunar landing software. Notably she observed that software development was not taken as seriously as engineering and was not even considered a science.

After studying mathematics in university, she began working as a programmer at MIT to support her husband’s Ph.D. At that time, without any proper software development training, she joined in the development of a program to predict the weather.

“At the time, computer science and software engineering were not part of the regular curriculum. So programmers had to work through hands-on experience.”

Following this, she became a system programming expert and participated in the Apollo 11 mission. At the time, the Apollo 11 mission did not include any budget and schedule for software development, and there was no mention of software in the requirements [1]. However, software was important enough to control the flight of the spacecraft and the lunar lander. Margaret took her daughter to the office on weekends to develop more reliable software.

“Mom, when are we going home?” “Just finished. Let’s go now”

Eventually, in 1968, as many as 400 people participated in the development of the lunar lander software, and the Apollo 11 mission was successfully completed.

Earth, Moon landing success!, The moon

In particular, she first used the term “software engineering” at the beginning of the Apollo missions so that software could be recognized as an independent domain like hardware. She also helped to create a course work about computer programming at MIT[4].

An interesting fact is that many software developers were women until the 1960s, but this is a significant difference compared to the current situation where men dominate the computer programming field. The reason is that at the time, software development was less important than hardware development, so women were mainly in charge, and they were also paid less than men[2]. If you look for black and white photos of early computers on the Internet, you can see a lot of women in front of the computers.

Coding… “The salary is too low for what I’m doing”
Designing a hardware

All the people who did the programming by connecting the functional unit boards at ENIAC were women[3].

Grace Hopper, who created the first compiler and did the first debugging(?), is also a woman and a doctor of mathematics. In 1947, Hopper was working on programming with the Mark II. One day her punch card input was not working.

“Why isn’t it working”

Eventually, she found out that the computer wasn’t working properly because of the dead moth inside the relay.

“Oh my god, a moth is dead inside the relay.”

And while attaching the moth to her workbook, she left a note saying that it was the first computer bug.

“I found the first computer bug.(a picture from Wikipedia)”

In the early days when computers were used, women played a pioneering role in software development and created the foundation for software engineering to be born.

References

[1] https://www.wired.com/2015/10/margaret-hamilton-nasa-apollo/
[2] http://www.smithsonianmag.com/smart-news/computer-programming-used-to-be-womens-work-718061/
[3] https://iq.intel.com/how-female-eniac-programmers-pioneered-the-software-industry/
[4] https://en.wikipedia.org/wiki/Margaret_Hamilton_(scientist)

--

--