Skip to content

Commit 86d171d

Browse files
committed
edits
1 parent bb16ceb commit 86d171d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ The Chat view's Edit mode is designed for editing code in your workspace. You ca
340340
341341
```plaintext
342342
343-
@workspace I need to refactor the `EnumHelper` class and remove any code that uses reflection. Use static dictionaries to supply enum description attributes. Use a separate dictionary for each enum. The dictionaries should use values from the `LoanExtensionStatus.cs`, `LoanReturnStatus.cs`, and `MembershipRenewalStatus.cs` files.
343+
#codebase I need to refactor the `EnumHelper` class and remove any code that uses reflection. Use static dictionaries to supply enum description attributes. Use a separate dictionary for each enum. The dictionaries should use values from the `LoanExtensionStatus.cs`, `LoanReturnStatus.cs`, and `MembershipRenewalStatus.cs` files.
344344
345345
```
346346

0 commit comments

Comments
 (0)