Let's Begin Coding : Choosing a Code editor
Hello Reader,
We are going to start coding !
Celebrate the Victorious hours are here.
As we already covered in one of our previous articles, Code editors are the programs where we write our code.
Code Editors make writing and reading the source code easier by differentiating the elements and routines so programmers can more easily look at their code.
That's all they do for the most part : "Make our code readable"
When developers write code using these editors, it takes care of syntax.
Code editors immediately warn of any syntax errors.
Developers don’t have to worry about syntax.
Features like Brace matching Auto indentation & auto-completion saves a lot of time for the programmer.
Points to consider while selecting the best editor for your project:
- Supported languages
- Supported operating systems or platforms.
- Features of the code editor
- Price
Have a look at the link below and keep the best code editor for you:
In my opinion , As a beginner , You should start from Notepad++ and then go on to Visual Studio Code
In Notepad++ , You are given a simple editor and you have less to worry about but as you get better and your needs increase , You go to Visual Studio or Atom.
I personally use Visual Studio Code and don't see myself changing my code editor but please look at the options available and pick what suits you best.
I choose Visual Studio Code because its popular , very customizable , very robust , light weight , it supports very many popular languages and SDK's , Game engines and so on.
Make research on Code editors and Think about the best Code editor(in opinion) and begin your coding journey from there
I will be there for you in the comment section :) Feel free to inquire from there.
Nice Day !
Comments
Post a Comment
Share your thoughts