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.

Enforcing Modularity in Rails Apps with Packwerk

105 pointsby flavorjonesover 4 years ago

3 comments

GiorgioGover 4 years ago
This seems like such a saner way to achieve modularity/boundaries rather than using Microservices.
评论 #24574650 未加载
diminishover 4 years ago
&gt; Packwerk enforces boundaries between packages through a check that can be run both locally and on the CI pipeline. To perform a check, simply run the line packwerk check. We also included this in Shopify’s CI pipeline to prevent any new violations from being merged into the main branch of the codebase.<p>that seems cool - in our project&#x27;s gitlab ci pipelines we could implement them with ease.
josefrichterover 4 years ago
Would be interested to hear whether they consider moving some parts to Elixir that is mentioned in the post. It would appear as a very good match for their situation and problems they are facing.
评论 #24575728 未加载