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.

Ask HN: How to design and structure a framework/api

9 pointsby safetyscissorsover 13 years ago
Hi everyone :)<p>I'm interested in creating a framework/API.<p>I was wondering if there are any books, references or advice that I could use as a starting point and things that I should keep in mind.<p>Thank you :)

2 comments

d_rover 13 years ago
How about this to start? "How To Design A Good API and Why it Matters" -- a great talk by Joshua Bloch (also the author of "Effective Java")<p><a href="http://www.youtube.com/watch?v=aAb7hSCtvGw" rel="nofollow">http://www.youtube.com/watch?v=aAb7hSCtvGw</a>
damoncaliover 13 years ago
If you want to use Ruby, this is a good place to start:<p><a href="http://www.amazon.com/Service-Oriented-Design-Rails-Addison-Wesley-Professional/dp/0321659368" rel="nofollow">http://www.amazon.com/Service-Oriented-Design-Rails-Addison-...</a>