Search Results

3
votes

Should a beginning PHP programmer consider frameworks?

PHP itself is a large language, you should probably find out what PHP can do well on its own before looking into frameworks that abstract you away from the language. But then you might end up like …
0
votes

What are the biggest time wasters for learning programming?

Work on projects/problems that you already know how to solve partially …