TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I like my code boring

3 pointsby victorroninabout 2 years ago

2 comments

schwartzworldabout 2 years ago
This is where functional programming excels. You can try out obscure features or do clever optimisations as long as everything is broken up into focused, well-named pure functions. Each piece of functionality should be digestible. The name and typing should make it clear what it's doing without having to read the implementation.
VonBlueabout 2 years ago
I describe this as, “I don’t want to have to think.”