Search Results

0
votes
4answers
93 views

Is it important to explicitly declare properties in PHP?

I have followed a tutorial to create a simple blog writing application in PHP and have modified the classes in this tutorial so that they have additional capabilities. Modifying this very bare bon …
12
votes

What is a magic number, and why is it bad?

Have you taken a look at the wikipedia entry for magic number? It goes into a bit of detail about all of …