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.

Forget frameworks, become a versatile hacker

10 pointsby innerspiritalmost 8 years ago

1 comment

tabtabalmost 8 years ago
The &quot;problem&quot; is that front-end styles&#x2F;look-and-feels change so often that many places feel they need many layers to protect themselves from future front-end style changes so they can have the latest whizbang UI&#x2F;UX. While this generally works, it creates extra busy work in managing and debugging layers and the interaction between them. Separation of concerns means managing the pathways between the separate parts: it&#x27;s not a free lunch.<p>The most productive dev tools I ever used had tight integration between the business logic, UI&#x2F;UX, and the database. Very little code got a lot done. But, the tight integration meant it was harder to switch database brands or UI&#x2F;UX styles.