▲ | energy123 3 days ago | |||||||
What is the distinction between IMPLEMENTATION.md and *.rs source code files? | ||||||||
▲ | virtualritz 2 days ago | parent [-] | |||||||
Implementation has the details for what is being implemented. Details what algorithms/approaches to use etc. The reason is that often a single context is not enough and when CC continues the CLAUDE-CONTINUE tells the model What it should do. Not Why (architecture) and How (implementation). The architecture file is usually more abstract/high level and may also contain info about how the stuff integrates with other parts of the codebase etc. | ||||||||
|