Coding¶
TODO: lab coding conventions (style, repo naming, AI coding tool norms, code review).
Experiment hygiene¶
- Don't edit code after launching a job. On HPC the job runs the code at launch time, not at queue time, so an in-flight edit will affect any future run unexpectedly. Use argparse args or a separate file instead.
Project tracking¶
- Keep everything about a project (ideas, results, experiment settings) in one central location (usually a Google Drive folder). Don't scatter results across multiple documents or platforms.