Day 11
Hello my friends, today I studied the stages of learning to write programming languages.
The first stage is:
1) Writing the code
It provides a text editor that helps you write, format, and colorize your code in a special way that makes understanding the code much easier. These editors also usually perform continuous code analysis to help with auto-completion, for example: automatically completing the name of a function or variable, displaying information about the function, its documentation, the parameters that need to be passed and their types, and much more.
In some languages and cases, these smart editors can also inform you in advance of certain types of errors in your code, and even provide suggestions for improving the quality of your code, and much more
.
تعليقات
إرسال تعليق