The document discusses three tips for coding projects: 1) Stay organized by structuring projects into folders for data, code, and output. 2) Be clear by adding comments to code to explain sections and steps. 3) Don't repeat code by using functions like lapply and bind_rows to read in multiple files instead of separate read.csv lines. The final tip is to search for help when needed.