Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| programming:aicoding:project_structure [2025/07/09 11:16] – td | programming:aicoding:project_structure [2025/07/09 11:25] (current) – [1. Plan Before You Code] td | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # AI Code Project | # AI Code Project | ||
| - | |||
| ## 1. Plan Before You Code | ## 1. Plan Before You Code | ||
| Line 13: | Line 12: | ||
| - Backend Structure Doc – Sets up API routes, DB schemas, and core logic | - Backend Structure Doc – Sets up API routes, DB schemas, and core logic | ||
| - | I used to manually create these, which took forever. Now, I use @codeguidedev to generate everything in minutes. | + | I used to manually create these, which took forever. Now, I use @codeguidedev |
| This saves a lot of time per project, reduces hallucinations, | This saves a lot of time per project, reduces hallucinations, | ||