1
vote
How much access do you give BA/PM’s?
You will probably want to give read-only access. As managers tend to keep everything in their hands, they might change the code as they see fit, breaking your procedures for review/testing etc. Giv …
7
votes
What real life bad habits has programming given you?
"""I had a big let down when I first realized the term "Google Earth" didn't mean what I first thought it meant"""
-Comment by …
2
votes
How do you write good PHP code without the use of a framework?
Even If you don't use a framework, use a template engine. By using templates, you'll seperate the logic and presentation of your application. Then design, code and format the logic part like what y …
0
votes
What are the experiences with using unicode in identifiers
I would also recommend using ascii for identifiers. Comments can stay in a non-english language if the editor/ide/compiler etc. are all locale aware and set up to use the same encoding.
Add …
