The Millions

To Your Left Is Coding, to Your Right Is Safety: Programming Stories

1.
The logic of novice programming goes something like this:

Run function (x, y)

If x is greater than y:

Do this

Else if y is greater than x:

Do that

Else:

Something else happens.

I quickly learned that computers don’t like choice, and they don’t like the unexpected. If you fail to anticipate every scenario or condition—say, that x and y might be the same number—it will shout at you and stop working. If you tell the computer that x is A and y is 6 it will shout at you and stop working. As a bad novice programmer, I know this from experience. Treat the computer like someone you don’t trust to turn off the lights and lock the door without careful instructions. Be that micromanager who tells his employee what font to use and how to stack the coffee cups. Forget all you’ve heard about AI and machine learning and algorithms. Novice programming is a bit like running army drills. First do this, then that. Then loop back and do it again.

I have a humanities brain, or at least it’s trained that way. I told myself I was a bad programmer could not resist a touch of Victorian sentiment. The marriage was not simply a logical consequence of the death of the first Mrs. Rochester. First this, then that.

You’re reading a preview, subscribe to read more.

More from The Millions

The Millions6 min read
Against ‘Latin American Literature’
The classification of “Latin American literature” puts both Anglophone and Hispanophone writers in a double bind. The post Against ‘Latin American Literature’ appeared first on The Millions.
The Millions5 min read
Lilly Dancyger Is Rethinking the Ethics of Memoir
"I do think that we, as writers, owe things to the people in our lives that we care about." The post Lilly Dancyger Is Rethinking the Ethics of Memoir appeared first on The Millions.
The Millions2 min read
Cover Reveal: ‘Yr Dead’ by Sam Sax
We’re thrilled to reveal the cover for Sam Sax‘s forthcoming debut novel Yr Dead, slated for August 6.  Here’s a bit about the book, courtesy of McSweeney’s: In between the space of time when Ezra lights themself on fire and when Ezra dies the world

Related Books & Audiobooks