Are there other tools and equipment used with languages for programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Are there other tools and equipment used with languages for programming

wondering if there are any other tools that can be mixed with programming languages

11th May 2018, 6:43 PM
🐯🐯Gimba Abdul Aziz🐯🐯
🐯🐯Gimba Abdul Aziz🐯🐯 - avatar
1 Answer
+ 1
Yeah. If you build programs, you will probably see something about package managers. For example, if you are a php developer, you may hear about Composer. It is a php package manager. These package managers will help you to install packages you want to program into your website or program without needing to download each file separately. Another thing you may find is a version control system. The most popular is git. It is used to let you create versions of the program you are building so you can share the code, save the code in case you mess up or lose some code, and it will let you push and pull your code to and from a repository (nicknamed repos).
11th May 2018, 9:07 PM
Xpl0it
Xpl0it - avatar