Skip to content

Commit a4346ec

Browse files
committed
Ex8 instructions - review updates
1 parent fe8adde commit a4346ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Instructions/Labs/LAB_AK_08_refactor_large_functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ You're a software developer working for a consulting firm. Your clients need hel
105105
This exercise includes the following tasks:
106106
107107
1. Review the e-commerce order processing codebase manually.
108-
1. Identify large functions and refactoring opportunities using GitHub Copilot Chat (Ask mode).
109-
1. Refactor large functions into smaller, more manageable functions using GitHub Copilot Chat (Agent mode).
108+
1. Identify refactoring opportunities using GitHub Copilot Chat (Ask mode).
109+
1. Refactor a large function into smaller, more manageable functions using GitHub Copilot Chat (Agent mode).
110110
1. Test the refactored e-commerce order processing code.
111111
112112
### Review the e-commerce order processing codebase manually
@@ -207,7 +207,7 @@ Use the following steps to complete this task:
207207
208208
Understanding the existing functionality and identifying these opportunities will help you create a refactoring strategy that maintains business logic while improving code structure. The layered architecture already provides good separation of concerns at the project level, but the large method needs similar attention at the function level.
209209
210-
### Identify large functions using GitHub Copilot Chat (Ask mode)
210+
### Identify refactoring opportunities using GitHub Copilot Chat (Ask mode)
211211
212212
GitHub Copilot Chat's Ask mode is a powerful tool for analyzing complex code and identifying opportunities for refactoring large functions. In Ask mode, Copilot can analyze your code structure and suggest ways to break down monolithic methods into smaller, more focused functions.
213213

0 commit comments

Comments
 (0)