Tool selection ...LOGIN

Tool selection for writing code

There are many tools for writing code. For those who are just starting to learn PHP. There are several principles for selecting tools:

1. Do not use tools with automatic prompts (such as eclipse, zend studio and other PHP development toolsets)

2. The code you write must have colors Highlight. (Cannot use: txt text editor and other editors without code color display)

You may want to ask, why?

We found that programming masters in TV, movies and real life write a bunch of code without any errors and can run it with just one click. But when we plagiarized their code, we made the wrong mistakes. This feeling is very bad! ! !

——These legendary masters have practiced repeatedly on the basic code, so they will not make mistakes.

And we need the realm of masters, and we cannot use advanced tools in the early stages of learning. This will waste our precious opportunities to practice code and debug errors.

Because advanced editors usually have many advanced features, such as:

  1. Code automatically displays errors

  2. Code automatically Line break

These advanced tools are not conducive to the ability of novices to solve problems independently for you who are just starting to learn!

Recommended development tools

1. NotePad++

##https://notepad-plus-plus.org/ Because For some force majeure reasons, please use Baidu to search NotePad++

2.phpstorm (strongly recommended)

https://www.jetbrains .com/phpstorm/

You only need to download these tools, keep clicking Next, and install them on your computer.

Next Section
submitReset Code
ChapterCourseware