Answer the question
In order to leave comments, you need to log in
How to improve your skills as a php programmer?
I've been learning PHP on my own since I was 16 (I'm 22 now). Studied "anyhow" through the search. There were 2 large self-written projects. Made not even by MVC.
Now I work as a web-programmer in a company, I write a real estate portal on Symfony 2.7 (we launch after NG), but I still don’t feel confident working with code, I often have to google, and I rely heavily on the phpstorm IDE - I often get lost in the names of functions . Please advise how to gain confident knowledge so that I can easily write even in notepad thinking only about the application logic, and not remembering exactly which functions I need.
Answer the question
In order to leave comments, you need to log in
Made not even by MVC.
I write code in Far (code highlighting editor) and use keyboard macros.
You can start throwing tomatoes at me)
In order not to remember:
1. Write more often without a prompter / function hint.
2. Make your own classes for common tasks and use them.
3. Architecture BEFORE coding.
I was in a similar situation, and I learned most of the functions I needed in my daily work (Without using an IDE). Just when you go online to look at the arguments of a function or something else, start memorizing them, spend an additional 5-10 minutes, and after 2-3 such views, the need for them will disappear (of course, it also depends on how you can remember the information). Also use the IDE with hints, with the IDE you don't even have to memorize the whole name, but literally the first 2-3 letters of the function/constant name. I think otherwise, repetition is the mother of learning :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question