With a sonnet, my code became sound
by Sara Simon
Computer science holds an old decree—
It’s _function_ that’s important, we propose.
The proof of our result’s our output. See,
Our algorithms have no use for prose.
To scalability, yes, do give thought.
To readability, give thought indeed.
(Developers from every field look fraught
Upon code that’s impossible to read.)
Consider, though, a shifted paradigm?
Technology that’s strictly shaped and bound
Provides room still for language that’s defined
By patterns, meter, rhythm, rhyme, and sound.
Imagine, engineers, the joy we’d see
If we write code like we write poetry.
kissHandlers.js
by Sarah Joy Calpo
you.addEventListener('kiss', swoon);
setTimeout(function () {
you.removeEventListener('kiss', swoon);
you.addEventListener('kiss', resent);
}, 2.1133e11);
function swoon () {
this.heart.rate++;
this.eyes.dilate();
this.feel('love');
}
function resent () {
this.heart.harden();
this.tense('shoulders', 'back', 'hands');
this.feel(null);
}