Coding in the terminal | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Coding in the terminal

What are some advantages and desadvantages of coding directly in the terminal?

1st Apr 2019, 2:05 PM
Joseph
Joseph - avatar
2 Answers
+ 1
if by terminal you mean using vim or nano as the tags suggest. the advantages is: +you can code on a machine without even accessing the DE, Desktop Environment. +you can also code on devices that don't offer GUI. + coding over SSH. +you get to know what the fancy IDEs do when you click "build" or "compile" Disadvantages are: - you type a lot just compile or build, depending on the programming language. - you have to type your commands very carefully with a lot of options. - depending on the situation you may not be able to open more than one window i'm sure there are other advantages and disadvantages, those are just at the top of my head. in general it's helpful to know to code in terminal. but always use the best solution to your problem.
1st Apr 2019, 2:28 PM
Bahhaⵣ
Bahhaⵣ - avatar
0
bahha , thank you for the reply
1st Apr 2019, 2:31 PM
Joseph
Joseph - avatar