InterviewSolution
Saved Bookmarks
| 1. |
What tools can be used to assure consistent code style? |
|
Answer» ESLINT can be USED with any IDE to ensure a consistent CODING style which further helps in MAINTAINING the codebase. |
|