Hello my frineds, How are you all? I am
BlackHatSojib. I am new here.
First of all thanks to my friend
Learn Bitcoin for introducing me to such a nice platform.Today I will talk about some important tools that a coder must have.
1.
Text editor: A text editor is essential for a coder. Text editor provides features like syntax highlighting, auto-completion, debugging, and version control integration to enhance coding efficiency and many more. Which is very important for a coder. Here is list of some popular code editor:
- Visual Studio Code (VS Code)
- Sublime Text
- Atom
2.
Debugger: Debugger Allows coders to find, diagnose, and fix issues and checking for errors during execution. Here is example of some debugger tools:
- For C and C++ gdb is best
- Chrome DevTools is best for javascript
- For python PyCharm Debugger is best option
3.
Package Manager: Package Manager is a tool that automates the process of installing, updating, configuring, and managing software packages (libraries or modules). Here is list of some package manager:
- For JavaScript (Node.js) npm is best which can manages libraries for both front-end and back-end JavaScript development.
- Pip is popular package manager for Python. Pip Can Install and manage Python libraries.
- Composer: Composer can Manage dependencies for PHP projects