I'd like 'submodules' in Dark #4377
Replies: 2 comments
-
Some quick thoughts on implementation: Similarly, |
Beta Was this translation helpful? Give feedback.
-
Users have also expressed wanting to create modules for their functions. They'll also be needed for types and packages. A nice thing about modules versus extending the function name, is that we can hide modules by default in the code layout, only showing modules in the presence of ambiguity or user setting. Eg: |
Beta Was this translation helpful? Give feedback.
-
Some modules (esp.
DarkInternal
) are rather flat - it'd be great to break them down into submodules.For example, I'd like my code to look like
DarkInternal.StaticAssets.startDeploy
rather thanDarkInternal.startStaticAssetDeploy
.I haven't thought too deeply about this - just opening the topic for conversation.
Beta Was this translation helpful? Give feedback.
All reactions