problem-specifications: Is there a way to set a folder's contents to be included in each problem?
I am working on a new track but each exercise its going to have at least 2 duplicated files which I rather have somewhere else for easier updating.
bobExample.ts
bob.test.ts
package.json // Same in every problem
tsconfig.json // Same in every problem
tslint.json // Same in every problem
Is there a way to have a folder which contents always gets included in each exercise?
About this issue
- Original URL
- State: open
- Created 7 years ago
- Comments: 18 (18 by maintainers)
Well, sure. In that case, since no coordination is required cross-track (we don’t need trackler+RubyGems to ensure that symlinks work, nor do we need to agree on a global directory), then each track can handle their own scripting. Then we do not particularly need to discuss anything other than best practices for doing that. For what it’s worth, maybe I’ll use a shell script.