Final answer:
When comparing file differences in software development, you would review the 'Edits' by checking the 'comments' made by developers. This is part of standard code review practices using version control systems.
Step-by-step explanation:
The question involves comparing file differences and reviewing changes possibly in a software development context. The most appropriate answer in this scenario would be option C) 'Edits', 'comments', developers. In software development, developers often make edits to the codebase. These edits can be tracked using a version control system such as Git. Code reviews are a standard practice where peers review commits, which include comments explaining changes, to ensure quality and that standards are met. This process helps identify potential issues and improve the code before it is merged into the main codebase.