Three Developer Articles that Interested Me This Week — 10/10/2022

Nick Hodges
1 min readOct 10, 2022

--

Every Monday, I post three things from the world of software development that interest me or otherwise catch my attention. Subscribe via email and get this in your inbox every Monday.

Software engineering practices

Simple title, but chock full of insightful stuff. I see a lot of articles like this, but this one stuck out as particularly useful.

Want cleaner code? Use the rule of six

This is some sound advice. Usually, clever code is bad code. Keep it simple, stupid. I like the adage, “Never save keystrokes at the cost of clarity”. Code is meant to be read, not easy to type. Trying to save keystrokes when coding is penny-wise and trillion-dollar-coin foolish.

WebAssembly: The Future Looks Bright

I don’t see how Web Assembly *won’t* be the thing we all compile to at some point in the future. Great article on a really cool topic.

--

--

Nick Hodges
Nick Hodges

Written by Nick Hodges

Just a guy with a bad pistachio addiction.

No responses yet