mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
docs: bug-cd-md-revision-2
This commit is contained in:
@@ -26,7 +26,7 @@ In this small application, we have a navigation menu to route our application to
|
||||
The goal of the challenge is to debug this application and make it work.
|
||||
|
||||
:::note
|
||||
Without knowing the exact reason for the issue, you can "fix" the error and get the program to function. One such approach would be to memoize the `getMenu` function. The application might work again, but make sure you really understand the problem and its consequences. Making it work isn't always enough; fixing this bug in the wrong way can cause a loss of performance or lead to other problems later on.
|
||||
Without knowing the exact reason for the issue, you can "fix" the error and get the program to function. One such approach would be to memoize `getMenu`. The application might work again, but make sure you really understand the problem and its consequences. Making it work isn't always enough; fixing this bug in the wrong way can cause a loss of performance or lead to other problems later on.
|
||||
:::
|
||||
|
||||
## Hints
|
||||
|
||||
Reference in New Issue
Block a user