Reading List

The most recent articles from a list of feeds I subscribe to.

Stay mainline

A few thoughts on GitHub’s practice of keeping their code synchronized with Rails main.

Clean code has room to breath

Timeless advice from Freek & Brent.

Just like reading text, grouping code in paragraphs can be helpful to improve its readability. We like to say we add some “breathing space” to our code.

$page = $this->pages()->where('slug', $url)->first();
if (! $page) {
throw new Exception();
}
$page = $this->pages()->where('slug', $url)->first();
if (! $page) {
throw new Exception();
}

Just one line of space can make the difference.

Just rambling

Sometimes I feel like rambling out into the void at no one in particular.

I don’t have anything specific to ramble about yet.

Just things

Sometimes I feel like rambling out into the void at no one in particular. That’s where this blog comes in.

Just rambling

Sometimes I feel like rambling out into the void at no one in particular.

I don’t have anything specific to ramble about yet.