sdk
sdk copied to clipboard
Build artifacts should not be produced next to source files
We currently place the build artifacts (.bin, .elf, etc.) next to the source files. We should put them inside an build
directory.
In Atom Dartino plugin, I can have the build artifacts placed in a build directory relative to the project directory ( e.g.
For the command line can we just say that the build directory is a placed "next to" the .dart file passed to the compiler?
Sgtm