This is, a mon avis, a great advice and me, as a newbie, I always found this part the hard to deal with.
We have different backgrounds, and different professional structures, on doing our programming. When I ask some questions about (to me, expecting to be) simple tasks, sometimes, I got answers... quite advanced, that require a lot, on our structural development environment (resources equipment, background knowledge, etc....).
So, many times, I end up desperate that I'm unable to accomplish a given advice. And of course we can't. We need (literally) years to properly understand the answer.
1) Sometimes, good/best programming answers are not the best on a newbies point of view.
2) However, this doesn't mean that as newbies, we should forget about them. No we don't. Many times, I got my answers understood some months later.
3) When we doing this alone, knowing what is good and not good programming practice, seems hard to find. My advice to solve it is to, cross data. And compare. And study.
Example of 3)
I see many database connection tutorials here and there, showing different ways for establishing a connection to it. Many use
mysql_connect, and if we do not stop there, we look and we see that
mysqli is better then the other and if we keep looking we can see that PDO is actually even better... and so on... How do we know if it's better or not? We listen the arguments, the details, and generally, found that something that some articles ignore, and others, don't.

Bookmarks