文件名称:polylith-experiments:尝试多块
文件大小:48KB
文件格式:ZIP
更新时间:2024-04-24 18:21:08
clojure clojurescript polylith Clojure
软件作为构建基块 在软件开发中,似乎倾向于使用monorepos。 我特别在Clojure社区中看到了这种趋势。 Polylith-Monorepo体系结构 我喜欢Polylith通过组件优先的体系结构解决如何使用代码的方式。 类似于乐高,组件是构建块。 组件可以在应用程序,工具,库,无服务器功能和服务之间共享。 在此处阅读更多信息: : “您将永远需要的最后一个架构” 我从Polylith文档中获取了此信息: “ ... Polylith是一种软件体系结构,在系统规模上应用了功能性思维。它有助于我们构建简单,可维护,可测试和可扩展的后端系统。...” 好的,后端系统。 前端系统呢? :thinking_face: 我想把所有东西都变成宝丽来 是否可以将Polylith体系结构用于包含Web应用程序的代码库? 这是我想发现的东西。 我以cljc文件的形式添加了后端Clojure代码,前端Clojure
【文件预览】:
polylith-experiments-main
----package.json(194B)
----readme.md(3KB)
----bases()
--------hello_world_lambda()
--------hello_world()
----development()
--------src()
----deps.edn(2KB)
----.gitignore(241B)
----components()
--------theme_toggle()
--------mistereval()
--------anothergreeting()
--------message_parser()
--------greeting()
--------hello_world()
----shadow-cljs.edn(636B)
----logo.png(28KB)
----projects()
--------hello-world-app()
--------hello-world-lambda()