Johan Halse avatar Johan Halse

The importance of elegance

Screenshot of “The importance of elegance”

If code is explicit and testable but hard to read and follow, then we’ve lost our most important property along the way. Code is first and foremost designed to be read by humans, not computers. Turning source code into CPU instructions is the compiler’s job, not mine […]

I'm more and more tempted to try Svelte, a compiled frontend framework (whereas popular traditional frameworks/libraries like Angular, React and Vue do the bulk of their work in the browser) with a simple syntax[1] and lightweight and performant bundle to deploy.

Read Svelte 3: Rethinking reactivity to learn more about the main goals of the project.


  1. Svelte tutorial is awesome! ↩︎