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: Startups, how do you manage big Rails apps' codebase?

2 pointsby alisnicover 12 years ago
It would be very interesting to see what approaches people take, and how they prove in practice.

1 comment

jpdevereauxover 12 years ago
I try to keep myself true to two simple rules: no single file over 500 lines, and no single folder with more than 50 files. Obviously this ends up varying by project, but overall it discourages the monolith design pattern that I've seen so many times when picking up other code bases.