-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersrefactor
Description
Now that we're storing code for components and hosts in the repository, we should likely reorganize the code tree of the repository itself.
Some issues:
- We have a python host that should probably be close to the rust host (
example-hostassumes Rust, but we should probably have folders for different langauges) - Components should be more consistently organized under a scheme like
<language>/<tutorial name>, rather than what we have now (i.e.python/adder,js/adder,rust/calculator, etc)
itowlson
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersrefactor