jakt
jakt copied to clipboard
Imports/includes
Being able to split code across files is crucial for writing maintainable and reusable software. No strong feelings regarding syntax and actual implementation.
Let's prioritize finding an approach that optimizes for build time.
Also consider IDEs as clients - see https://rust-analyzer.github.io/blog/2020/07/20/three-architectures-for-responsive-ide.html
@lanmonster , could you drop a docs link about how included/imports work now or link to a commit?