Tagged Questions

9
votes
13answers
1k views

What is Scope Creep?

This is going to be the noobist of all noob questions, but what exactly is scope creep, what does it entail?
0
votes
3answers
57 views

Should I always store a string of HTML instead of printing out portions of it at time?

I've come across dozens of scripts in which html is echo'd out instead of being stored. I'm wondering if it's generally a good practice of always storing the html in a string due to the flexible ...