
This is one of many ways of how IDE makes developers life more productive.
#CLION ARDUINO CODE#
A debugger functionality in IDE allows you to pause the code at any moment and view all the local, global variables and their values in a GUI form factor. Without IDE the debugging task envelopes adding and removing printf/std::cout statements which is tiresome. To give an example, developer spends hours debugging trivially simple mistakes. However if you have never used an IDE then CLion has a potential to make your life 10 times better. If you are already comfortable using other IDE (not text-editor) than switching to CLion may not a worth while time investment. IDE has all the functionality packed together in single package. However, setting up various plug-ins is a complicated task especially if someone wants various functionality. They have a simple user interface, they are fast and have support for many plug-ins to do almost anything. Sublime, VIM, VS Code are some of the most popular text-editors.
#CLION ARDUINO SOFTWARE#
In long term, it’s no brainer that IDE saves a lot of time and effort in writing, debugging and maintaining software stack.įor small school level projects that have limited time span, a simple text-editor gets the job done.

IDE has a learning curve associated with it along with necessary setup time. It includes various functionality that enhances the productivity of the developer significantly.

