Productive Web Programming Flashcards
1
Q
What does OOP stand for?
A
Object Orientated Programing.
2
Q
It is harder to write code then to read it, true or false?
A
false, writing code is easier then reading it.
3
Q
In PHP how would you define a Super global variables.
A
Using $
4
Q
You should have more then one file per functionality, true or false?
A
False.
5
Q
Why use Version Control?
A
Industry standard Track progress, changes, bugs, .. Safety (backup) Collaborate working (team) Flexible
6
Q
Are open source projects really that important?
A
Yes