You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here I am engaging in one of my biggest pet peeves: intermingling build output with source. Currently, the qbank project directs generated tests to the /qbank/out directory. This should instead go into something like /out/qbank. Keep generated output isolated to a single simple output directory. If a developer clobbers the /out directory, they should be left with nothing but source-controlled files.
The text was updated successfully, but these errors were encountered:
Here I am engaging in one of my biggest pet peeves: intermingling build output with source. Currently, the qbank project directs generated tests to the
/qbank/out
directory. This should instead go into something like/out/qbank
. Keep generated output isolated to a single simple output directory. If a developer clobbers the/out
directory, they should be left with nothing but source-controlled files.The text was updated successfully, but these errors were encountered: