Best IDE's and Text Editor for software development !!
What should you choose IDE or a Text Editor ?
First we have to know what is an IDE and a text editor is !!
IDE(Integrated Development Environment) :
An IDE(Integrated Development Environment) is a software tool that will
allow the programmers to write code , build and execute them !! A typical
IDE contains a Build Automation Tools,Auto completion or
IntelliSense,Debugger and much more.......!!
Examples : Visual Studio , Pycharm , Eclipse , Net Beans etc......
Examples : Visual Studio , Pycharm , Eclipse , Net Beans etc......
Text Editors:
On the other hand a Text Editor , is simply a software that allows you to
write texts on it , make some changes and update it. It also allows you to
store but it doesn't help you to debug the code or even compile it !!The
only cool thing is you can write whatever program you want to be at a
simple markup language like HTML5 to ruby and much more !!
Example: Vim,Notepad++,Sublime Text,Emacs,Brackets,GNU nano,WordPad etc....
Example: Vim,Notepad++,Sublime Text,Emacs,Brackets,GNU nano,WordPad etc....
So what's your taste and which one you should use !!?? Well that's up-to you !!!
If you are someone who is challenging and want to build your own stuff for writing code and develop tools that help you write one and also has a lot of time in improving your tools , then you should join with some Text Editors that are available in the market . Like VIM and Emacs that's alive from 25 years............ and will be forever...It's not that Text Editors don't have all those fancy stuff that an IDE has it's true that even they do have it for example Sublime Text and Atom IDE which you can modify it and customize like crazy !!
Comments
Post a Comment